Html Css Color HEX #CEA0EE Wisteria

📋 copy color: '#CEA0EE'

red 206 ◦ green 160 ◦ blue 238

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

Shades of Wisteria #CEA0EE

Tints of Wisteria #CEA0EE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.49%

 BLUE value IS 238 (93.36% from 255) = 39.4%

R = 34.11%
G = 26.49%
B = 39.4%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CEA0EE (or 0xCEA0EE) is known color: Wisteria. HEX triplet: CE, A0 and EE. RGB value is (206,160,238). Sum of RGB (Red+Green+Blue) = 206+160+238=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 160 (62.89% from 255 or 26.49% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEA0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA0EE is #315F11. Grayscale: #B6B6B6. Windows color (decimal): -3235602 or 15638734. OLE color: 15638734.

HSL color Cylindrical-coordinate representation of color #CEA0EE: hue angle of 275.38º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEA0EE is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 160 238 -
CMYK 0.13 0.33 0 0.07
HSL 275.38º 0.7% 0.78% -
HSV(B) 275.38º 0.33% 0.93% -
XYZ 53.46 44.44 86.65 -
YUV 182.65 159.24 144.66 -
System Red Green Blue C M Y K H S L
Decimal 206 160 238 0.13 0.33 0 0.07 275.38 0.7 0.78
Hex CE A0 EE D 21 0 7 113 46 4E
Octal 316 240 356 15 41 0 7 423 106 116
Binary 11001110 10100000 11101110 1101 100001 0 111 100010011 1000110 1001110

Color Harmonies of #CEA0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA0EE

Black with #CEA0EE

Text Example


Text Example

White with #CEA0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA0EE; }

 p { color: rgb(206,160,238); }

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

background-color css

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

 a { background-color: rgb(206,160,238); }

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

border-color css

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

 span { border-color: rgb(206,160,238); }

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