Html Css Color HEX #CEA6EC Wisteria

📋 copy color: '#CEA6EC'

red 206 ◦ green 166 ◦ blue 236

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

Shades of Wisteria #CEA6EC

Tints of Wisteria #CEA6EC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.3%

 BLUE value IS 236 (92.58% from 255) = 38.82%

R = 33.88%
G = 27.3%
B = 38.82%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CEA6EC (or 0xCEA6EC) is known color: Wisteria. HEX triplet: CE, A6 and EC. RGB value is (206,166,236). Sum of RGB (Red+Green+Blue) = 206+166+236=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 166 (65.23% from 255 or 27.30% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEA6EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA6EC is #315913. Grayscale: #B9B9B9. Windows color (decimal): -3234068 or 15509198. OLE color: 15509198.

HSL color Cylindrical-coordinate representation of color #CEA6EC: hue angle of 274.29º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEA6EC is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 166 236 -
CMYK 0.13 0.30 0 0.07
HSL 274.29º 0.65% 0.79% -
HSV(B) 274.29º 0.3% 0.93% -
XYZ 54.23 46.45 85.46 -
YUV 185.94 156.25 142.31 -
System Red Green Blue C M Y K H S L
Decimal 206 166 236 0.13 0.30 0 0.07 274.29 0.65 0.79
Hex CE A6 EC D 1E 0 7 112 41 4F
Octal 316 246 354 15 36 0 7 422 101 117
Binary 11001110 10100110 11101100 1101 11110 0 111 100010010 1000001 1001111

Color Harmonies of #CEA6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA6EC

Black with #CEA6EC

Text Example


Text Example

White with #CEA6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA6EC; }

 p { color: rgb(206,166,236); }

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

background-color css

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

 a { background-color: rgb(206,166,236); }

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

border-color css

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

 span { border-color: rgb(206,166,236); }

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