Html Css Color HEX #CEA1ED Wisteria

📋 copy color: '#CEA1ED'

red 206 ◦ green 161 ◦ blue 237

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

Shades of Wisteria #CEA1ED

Tints of Wisteria #CEA1ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.24%

R = 34.11%
G = 26.66%
B = 39.24%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CEA1ED (or 0xCEA1ED) is known color: Wisteria. HEX triplet: CE, A1 and ED. RGB value is (206,161,237). Sum of RGB (Red+Green+Blue) = 206+161+237=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 161 (63.28% from 255 or 26.66% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEA1ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA1ED is #315E12. Grayscale: #B6B6B6. Windows color (decimal): -3235347 or 15573454. OLE color: 15573454.

HSL color Cylindrical-coordinate representation of color #CEA1ED: hue angle of 275.53º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEA1ED is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 161 237 -
CMYK 0.13 0.32 0 0.07
HSL 275.53º 0.68% 0.78% -
HSV(B) 275.53º 0.32% 0.93% -
XYZ 53.48 44.73 85.93 -
YUV 183.12 158.41 144.32 -
System Red Green Blue C M Y K H S L
Decimal 206 161 237 0.13 0.32 0 0.07 275.53 0.68 0.78
Hex CE A1 ED D 20 0 7 114 44 4E
Octal 316 241 355 15 40 0 7 424 104 116
Binary 11001110 10100001 11101101 1101 100000 0 111 100010100 1000100 1001110

Color Harmonies of #CEA1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA1ED

Black with #CEA1ED

Text Example


Text Example

White with #CEA1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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