Html Css Color HEX #CEA0E5 Wisteria

📋 copy color: '#CEA0E5'

red 206 ◦ green 160 ◦ blue 229

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

Shades of Wisteria #CEA0E5

Tints of Wisteria #CEA0E5

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.89%

 BLUE value IS 229 (89.84% from 255) = 38.49%

R = 34.62%
G = 26.89%
B = 38.49%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CEA0E5 (or 0xCEA0E5) is known color: Wisteria. HEX triplet: CE, A0 and E5. RGB value is (206,160,229). Sum of RGB (Red+Green+Blue) = 206+160+229=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 160 (62.89% from 255 or 26.89% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 229 - color contains mainly: blue. Hex color #CEA0E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA0E5 is #315F1A. Grayscale: #B5B5B5. Windows color (decimal): -3235611 or 15048910. OLE color: 15048910.

HSL color Cylindrical-coordinate representation of color #CEA0E5: hue angle of 280º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEA0E5 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 160 229 -
CMYK 0.10 0.30 0 0.10
HSL 280º 0.57% 0.76% -
HSV(B) 280º 0.3% 0.9% -
XYZ 52.17 43.92 79.86 -
YUV 181.62 154.74 145.39 -
System Red Green Blue C M Y K H S L
Decimal 206 160 229 0.10 0.30 0 0.10 280 0.57 0.76
Hex CE A0 E5 A 1E 0 A 118 39 4C
Octal 316 240 345 12 36 0 12 430 71 114
Binary 11001110 10100000 11100101 1010 11110 0 1010 100011000 111001 1001100

Color Harmonies of #CEA0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA0E5

Black with #CEA0E5

Text Example


Text Example

White with #CEA0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA0E5; }

 p { color: rgb(206,160,229); }

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

background-color css

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

 a { background-color: rgb(206,160,229); }

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

border-color css

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

 span { border-color: rgb(206,160,229); }

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