Html Css Color HEX #CEA5D7 Wisteria

📋 copy color: '#CEA5D7'

red 206 ◦ green 165 ◦ blue 215

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

Shades of Wisteria #CEA5D7

Tints of Wisteria #CEA5D7

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.16%

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

R = 35.15%
G = 28.16%
B = 36.69%

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

#CEA5D7 (or 0xCEA5D7) is known color: Wisteria. HEX triplet: CE, A5 and D7. RGB value is (206,165,215). Sum of RGB (Red+Green+Blue) = 206+165+215=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 165 (64.84% from 255 or 28.16% from 586); Blue value is 215 (84.38% from 255 or 36.69% from 586); Max value from RGB is 215 - color contains mainly: blue. Hex color #CEA5D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA5D7 is #315A28. Grayscale: #B6B6B6. Windows color (decimal): -3234345 or 14132686. OLE color: 14132686.

HSL color Cylindrical-coordinate representation of color #CEA5D7: hue angle of 289.2º 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 #CEA5D7 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 165 215 -
CMYK 0.04 0.23 0 0.16
HSL 289.2º 0.38% 0.75% -
HSV(B) 289.2º 0.23% 0.84% -
XYZ 51.17 44.94 70.27 -
YUV 182.96 146.08 144.43 -
System Red Green Blue C M Y K H S L
Decimal 206 165 215 0.04 0.23 0 0.16 289.2 0.38 0.75
Hex CE A5 D7 4 17 0 10 121 26 4B
Octal 316 245 327 4 27 0 20 441 46 113
Binary 11001110 10100101 11010111 100 10111 0 10000 100100001 100110 1001011

Color Harmonies of #CEA5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA5D7

Black with #CEA5D7

Text Example


Text Example

White with #CEA5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA5D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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