Html Css Color HEX #CEA1D6 Wisteria

📋 copy color: '#CEA1D6'

red 206 ◦ green 161 ◦ blue 214

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

Shades of Wisteria #CEA1D6

Tints of Wisteria #CEA1D6

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.71%

 BLUE value IS 214 (83.98% from 255) = 36.83%

R = 35.46%
G = 27.71%
B = 36.83%

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

#CEA1D6 (or 0xCEA1D6) is known color: Wisteria. HEX triplet: CE, A1 and D6. RGB value is (206,161,214). Sum of RGB (Red+Green+Blue) = 206+161+214=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 161 (63.28% from 255 or 27.71% from 581); Blue value is 214 (83.98% from 255 or 36.83% from 581); Max value from RGB is 214 - color contains mainly: blue. Hex color #CEA1D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA1D6 is #315E29. Grayscale: #B4B4B4. Windows color (decimal): -3235370 or 14066126. OLE color: 14066126.

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

Color convert

RGB 206 161 214 -
CMYK 0.04 0.25 0 0.16
HSL 290.94º 0.39% 0.74% -
HSV(B) 290.94º 0.25% 0.84% -
XYZ 50.34 43.47 69.36 -
YUV 180.5 146.91 146.19 -
System Red Green Blue C M Y K H S L
Decimal 206 161 214 0.04 0.25 0 0.16 290.94 0.39 0.74
Hex CE A1 D6 4 19 0 10 123 27 4A
Octal 316 241 326 4 31 0 20 443 47 112
Binary 11001110 10100001 11010110 100 11001 0 10000 100100011 100111 1001010

Color Harmonies of #CEA1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA1D6

Black with #CEA1D6

Text Example


Text Example

White with #CEA1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA1D6; }

 p { color: rgb(206,161,214); }

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

background-color css

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

 a { background-color: rgb(206,161,214); }

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

border-color css

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

 span { border-color: rgb(206,161,214); }

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