Html Css Color HEX #CEA4E1 Wisteria

📋 copy color: '#CEA4E1'

red 206 ◦ green 164 ◦ blue 225

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

Shades of Wisteria #CEA4E1

Tints of Wisteria #CEA4E1

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.56%

 BLUE value IS 225 (88.28% from 255) = 37.82%

R = 34.62%
G = 27.56%
B = 37.82%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CEA4E1 (or 0xCEA4E1) is known color: Wisteria. HEX triplet: CE, A4 and E1. RGB value is (206,164,225). Sum of RGB (Red+Green+Blue) = 206+164+225=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 164 (64.45% from 255 or 27.56% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 225 - color contains mainly: blue. Hex color #CEA4E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA4E1 is #315B1E. Grayscale: #B7B7B7. Windows color (decimal): -3234591 or 14787790. OLE color: 14787790.

HSL color Cylindrical-coordinate representation of color #CEA4E1: hue angle of 281.31º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEA4E1 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 164 225 -
CMYK 0.08 0.27 0 0.12
HSL 281.31º 0.5% 0.76% -
HSV(B) 281.31º 0.27% 0.88% -
XYZ 52.32 45.11 77.18 -
YUV 183.51 151.41 144.04 -
System Red Green Blue C M Y K H S L
Decimal 206 164 225 0.08 0.27 0 0.12 281.31 0.5 0.76
Hex CE A4 E1 8 1B 0 C 119 32 4C
Octal 316 244 341 10 33 0 14 431 62 114
Binary 11001110 10100100 11100001 1000 11011 0 1100 100011001 110010 1001100

Color Harmonies of #CEA4E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA4E1

Black with #CEA4E1

Text Example


Text Example

White with #CEA4E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA4E1; }

 p { color: rgb(206,164,225); }

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

background-color css

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

 a { background-color: rgb(206,164,225); }

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

border-color css

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

 span { border-color: rgb(206,164,225); }

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