Html Css Color HEX #CEA4E7 Wisteria

📋 copy color: '#CEA4E7'

red 206 ◦ green 164 ◦ blue 231

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

Shades of Wisteria #CEA4E7

Tints of Wisteria #CEA4E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.44%

R = 34.28%
G = 27.29%
B = 38.44%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CEA4E7 (or 0xCEA4E7) is known color: Wisteria. HEX triplet: CE, A4 and E7. RGB value is (206,164,231). Sum of RGB (Red+Green+Blue) = 206+164+231=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 164 (64.45% from 255 or 27.29% from 601); Blue value is 231 (90.62% from 255 or 38.44% from 601); Max value from RGB is 231 - color contains mainly: blue. Hex color #CEA4E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA4E7 is #315B18. Grayscale: #B7B7B7. Windows color (decimal): -3234585 or 15181006. OLE color: 15181006.

HSL color Cylindrical-coordinate representation of color #CEA4E7: hue angle of 277.61º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEA4E7 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 164 231 -
CMYK 0.11 0.29 0 0.09
HSL 277.61º 0.58% 0.77% -
HSV(B) 277.61º 0.29% 0.91% -
XYZ 53.15 45.44 81.57 -
YUV 184.2 154.41 143.55 -
System Red Green Blue C M Y K H S L
Decimal 206 164 231 0.11 0.29 0 0.09 277.61 0.58 0.77
Hex CE A4 E7 B 1D 0 9 116 3A 4D
Octal 316 244 347 13 35 0 11 426 72 115
Binary 11001110 10100100 11100111 1011 11101 0 1001 100010110 111010 1001101

Color Harmonies of #CEA4E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA4E7

Black with #CEA4E7

Text Example


Text Example

White with #CEA4E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA4E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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