Html Css Color HEX #CEA6D7 Wisteria

📋 copy color: '#CEA6D7'

red 206 ◦ green 166 ◦ blue 215

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

Shades of Wisteria #CEA6D7

Tints of Wisteria #CEA6D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.63%

R = 35.09%
G = 28.28%
B = 36.63%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CEA6D7 (or 0xCEA6D7) is known color: Wisteria. HEX triplet: CE, A6 and D7. RGB value is (206,166,215). Sum of RGB (Red+Green+Blue) = 206+166+215=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 166 (65.23% from 255 or 28.28% from 587); Blue value is 215 (84.38% from 255 or 36.63% from 587); Max value from RGB is 215 - color contains mainly: blue. Hex color #CEA6D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA6D7 is #315928. Grayscale: #B7B7B7. Windows color (decimal): -3234089 or 14132942. OLE color: 14132942.

HSL color Cylindrical-coordinate representation of color #CEA6D7: hue angle of 288.98º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEA6D7 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 166 215 -
CMYK 0.04 0.23 0 0.16
HSL 288.98º 0.38% 0.75% -
HSV(B) 288.98º 0.23% 0.84% -
XYZ 51.36 45.3 70.33 -
YUV 183.55 145.75 144.02 -
System Red Green Blue C M Y K H S L
Decimal 206 166 215 0.04 0.23 0 0.16 288.98 0.38 0.75
Hex CE A6 D7 4 17 0 10 121 26 4B
Octal 316 246 327 4 27 0 20 441 46 113
Binary 11001110 10100110 11010111 100 10111 0 10000 100100001 100110 1001011

Color Harmonies of #CEA6D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA6D7

Black with #CEA6D7

Text Example


Text Example

White with #CEA6D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA6D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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