Html Css Color HEX #CE9CEA Wisteria

📋 copy color: '#CE9CEA'

red 206 ◦ green 156 ◦ blue 234

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

Shades of Wisteria #CE9CEA

Tints of Wisteria #CE9CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.26%

R = 34.56%
G = 26.17%
B = 39.26%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE9CEA (or 0xCE9CEA) is known color: Wisteria. HEX triplet: CE, 9C and EA. RGB value is (206,156,234). Sum of RGB (Red+Green+Blue) = 206+156+234=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 156 (61.33% from 255 or 26.17% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE9CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9CEA is #316315. Grayscale: #B3B3B3. Windows color (decimal): -3236630 or 15375566. OLE color: 15375566.

HSL color Cylindrical-coordinate representation of color #CE9CEA: hue angle of 278.46º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE9CEA is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 156 234 -
CMYK 0.12 0.33 0 0.08
HSL 278.46º 0.65% 0.76% -
HSV(B) 278.46º 0.33% 0.92% -
XYZ 52.19 42.84 83.36 -
YUV 179.84 158.57 146.66 -
System Red Green Blue C M Y K H S L
Decimal 206 156 234 0.12 0.33 0 0.08 278.46 0.65 0.76
Hex CE 9C EA C 21 0 8 116 41 4C
Octal 316 234 352 14 41 0 10 426 101 114
Binary 11001110 10011100 11101010 1100 100001 0 1000 100010110 1000001 1001100

Color Harmonies of #CE9CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9CEA

Black with #CE9CEA

Text Example


Text Example

White with #CE9CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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