Html Css Color HEX #CEA2D7 Wisteria

📋 copy color: '#CEA2D7'

red 206 ◦ green 162 ◦ blue 215

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

Shades of Wisteria #CEA2D7

Tints of Wisteria #CEA2D7

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.79%

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

R = 35.33%
G = 27.79%
B = 36.88%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CEA2D7 (or 0xCEA2D7) is known color: Wisteria. HEX triplet: CE, A2 and D7. RGB value is (206,162,215). Sum of RGB (Red+Green+Blue) = 206+162+215=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 162 (63.67% from 255 or 27.79% from 583); Blue value is 215 (84.38% from 255 or 36.88% from 583); Max value from RGB is 215 - color contains mainly: blue. Hex color #CEA2D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA2D7 is #315D28. Grayscale: #B5B5B5. Windows color (decimal): -3235113 or 14131918. OLE color: 14131918.

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

Color convert

RGB 206 162 215 -
CMYK 0.04 0.25 0 0.16
HSL 289.81º 0.4% 0.74% -
HSV(B) 289.81º 0.25% 0.84% -
XYZ 50.64 43.87 70.09 -
YUV 181.2 147.08 145.69 -
System Red Green Blue C M Y K H S L
Decimal 206 162 215 0.04 0.25 0 0.16 289.81 0.4 0.74
Hex CE A2 D7 4 19 0 10 122 28 4A
Octal 316 242 327 4 31 0 20 442 50 112
Binary 11001110 10100010 11010111 100 11001 0 10000 100100010 101000 1001010

Color Harmonies of #CEA2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA2D7

Black with #CEA2D7

Text Example


Text Example

White with #CEA2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA2D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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