Html Css Color HEX #CEA0E7 Wisteria

📋 copy color: '#CEA0E7'

red 206 ◦ green 160 ◦ blue 231

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

Shades of Wisteria #CEA0E7

Tints of Wisteria #CEA0E7

RGB

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

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

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

R = 34.51%
G = 26.8%
B = 38.69%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CEA0E7 (or 0xCEA0E7) is known color: Wisteria. HEX triplet: CE, A0 and E7. RGB value is (206,160,231). Sum of RGB (Red+Green+Blue) = 206+160+231=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 160 (62.89% from 255 or 26.80% from 597); Blue value is 231 (90.62% from 255 or 38.69% from 597); Max value from RGB is 231 - color contains mainly: blue. Hex color #CEA0E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA0E7 is #315F18. Grayscale: #B5B5B5. Windows color (decimal): -3235609 or 15179982. OLE color: 15179982.

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

Color convert

RGB 206 160 231 -
CMYK 0.11 0.31 0 0.09
HSL 278.87º 0.6% 0.77% -
HSV(B) 278.87º 0.31% 0.91% -
XYZ 52.45 44.03 81.34 -
YUV 181.85 155.74 145.23 -
System Red Green Blue C M Y K H S L
Decimal 206 160 231 0.11 0.31 0 0.09 278.87 0.6 0.77
Hex CE A0 E7 B 1F 0 9 117 3C 4D
Octal 316 240 347 13 37 0 11 427 74 115
Binary 11001110 10100000 11100111 1011 11111 0 1001 100010111 111100 1001101

Color Harmonies of #CEA0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA0E7

Black with #CEA0E7

Text Example


Text Example

White with #CEA0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA0E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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