Html Css Color HEX #CEA6E2 Wisteria

📋 copy color: '#CEA6E2'

red 206 ◦ green 166 ◦ blue 226

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

Shades of Wisteria #CEA6E2

Tints of Wisteria #CEA6E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.79%

R = 34.45%
G = 27.76%
B = 37.79%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CEA6E2 (or 0xCEA6E2) is known color: Wisteria. HEX triplet: CE, A6 and E2. RGB value is (206,166,226). Sum of RGB (Red+Green+Blue) = 206+166+226=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 166 (65.23% from 255 or 27.76% from 598); Blue value is 226 (88.67% from 255 or 37.79% from 598); Max value from RGB is 226 - color contains mainly: blue. Hex color #CEA6E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA6E2 is #31591D. Grayscale: #B8B8B8. Windows color (decimal): -3234078 or 14853838. OLE color: 14853838.

HSL color Cylindrical-coordinate representation of color #CEA6E2: hue angle of 280º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEA6E2 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 166 226 -
CMYK 0.09 0.27 0 0.11
HSL 280º 0.51% 0.77% -
HSV(B) 280º 0.27% 0.89% -
XYZ 52.82 45.89 78.02 -
YUV 184.8 151.25 143.12 -
System Red Green Blue C M Y K H S L
Decimal 206 166 226 0.09 0.27 0 0.11 280 0.51 0.77
Hex CE A6 E2 9 1B 0 B 118 33 4D
Octal 316 246 342 11 33 0 13 430 63 115
Binary 11001110 10100110 11100010 1001 11011 0 1011 100011000 110011 1001101

Color Harmonies of #CEA6E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA6E2

Black with #CEA6E2

Text Example


Text Example

White with #CEA6E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA6E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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