Html Css Color HEX #CE9CDA Wisteria

📋 copy color: '#CE9CDA'

red 206 ◦ green 156 ◦ blue 218

#CE9CDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #CE9CDA

Tints of Wisteria #CE9CDA

RGB

 RED value IS 206 (80.86% from 255) = 35.52%

 GREEN value IS 156 (61.33% from 255) = 26.9%

 BLUE value IS 218 (85.55% from 255) = 37.59%

R = 35.52%
G = 26.9%
B = 37.59%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CE9CDA (or 0xCE9CDA) is known color: Wisteria. HEX triplet: CE, 9C and DA. RGB value is (206,156,218). Sum of RGB (Red+Green+Blue) = 206+156+218=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE9CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9CDA is #316325. Grayscale: #B1B1B1. Windows color (decimal): -3236646 or 14326990. OLE color: 14326990.

HSL color Cylindrical-coordinate representation of color #CE9CDA: hue angle of 288.39º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE9CDA is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 156 218 -
CMYK 0.06 0.28 0 0.15
HSL 288.39º 0.46% 0.73% -
HSV(B) 288.39º 0.28% 0.85% -
XYZ 50 41.96 71.79 -
YUV 178.02 150.57 147.96 -
System Red Green Blue C M Y K H S L
Decimal 206 156 218 0.06 0.28 0 0.15 288.39 0.46 0.73
Hex CE 9C DA 6 1C 0 F 120 2E 49
Octal 316 234 332 6 34 0 17 440 56 111
Binary 11001110 10011100 11011010 110 11100 0 1111 100100000 101110 1001001

Color Harmonies of #CE9CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9CDA

Black with #CE9CDA

Text Example


Text Example

White with #CE9CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9CDA; }

 p { color: rgb(206,156,218); }

 H1.HeaderClassName
 {
   color: #CE9CDA;
 }
 .AnyTagClassName
 {
   color: #CE9CDA;
 }
</style>

background-color css

<style>
 a { background-color: #CE9CDA; }

 a { background-color: rgb(206,156,218); }

 div.DivClassName
 {
   background-color: #CE9CDA;
 }
 .BgClassName
 {
   background-color: #CE9CDA;
 }
</style>

border-color css

<style>
 span { border-color: #CE9CDA; }

 span { border-color: rgb(206,156,218); }

 td.TdClassName
 {
   border-color: #CE9CDA;
 }
 .TagClassName
 {
   border-color: #CE9CDA;
 }
</style>