Html Css Color HEX #CEA6E4 Wisteria

📋 copy color: '#CEA6E4'

red 206 ◦ green 166 ◦ blue 228

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

Shades of Wisteria #CEA6E4

Tints of Wisteria #CEA6E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 38%

R = 34.33%
G = 27.67%
B = 38%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CEA6E4 (or 0xCEA6E4) is known color: Wisteria. HEX triplet: CE, A6 and E4. RGB value is (206,166,228). Sum of RGB (Red+Green+Blue) = 206+166+228=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 166 (65.23% from 255 or 27.67% from 600); Blue value is 228 (89.45% from 255 or 38% from 600); Max value from RGB is 228 - color contains mainly: blue. Hex color #CEA6E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA6E4 is #31591B. Grayscale: #B8B8B8. Windows color (decimal): -3234076 or 14984910. OLE color: 14984910.

HSL color Cylindrical-coordinate representation of color #CEA6E4: hue angle of 278.71º degrees, saturation: 0.53, 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 #CEA6E4 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 166 228 -
CMYK 0.10 0.27 0 0.11
HSL 278.71º 0.53% 0.77% -
HSV(B) 278.71º 0.27% 0.89% -
XYZ 53.09 46 79.48 -
YUV 185.03 152.25 142.96 -
System Red Green Blue C M Y K H S L
Decimal 206 166 228 0.10 0.27 0 0.11 278.71 0.53 0.77
Hex CE A6 E4 A 1B 0 B 117 35 4D
Octal 316 246 344 12 33 0 13 427 65 115
Binary 11001110 10100110 11100100 1010 11011 0 1011 100010111 110101 1001101

Color Harmonies of #CEA6E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA6E4

Black with #CEA6E4

Text Example


Text Example

White with #CEA6E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA6E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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