Html Css Color HEX #CEA0EB Wisteria

📋 copy color: '#CEA0EB'

red 206 ◦ green 160 ◦ blue 235

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

Shades of Wisteria #CEA0EB

Tints of Wisteria #CEA0EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.1%

R = 34.28%
G = 26.62%
B = 39.1%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CEA0EB (or 0xCEA0EB) is known color: Wisteria. HEX triplet: CE, A0 and EB. RGB value is (206,160,235). Sum of RGB (Red+Green+Blue) = 206+160+235=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 160 (62.89% from 255 or 26.62% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEA0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA0EB is #315F14. Grayscale: #B6B6B6. Windows color (decimal): -3235605 or 15442126. OLE color: 15442126.

HSL color Cylindrical-coordinate representation of color #CEA0EB: hue angle of 276.8º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEA0EB is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 160 235 -
CMYK 0.12 0.32 0 0.08
HSL 276.8º 0.65% 0.77% -
HSV(B) 276.8º 0.32% 0.92% -
XYZ 53.02 44.26 84.35 -
YUV 182.3 157.74 144.9 -
System Red Green Blue C M Y K H S L
Decimal 206 160 235 0.12 0.32 0 0.08 276.8 0.65 0.77
Hex CE A0 EB C 20 0 8 115 41 4D
Octal 316 240 353 14 40 0 10 425 101 115
Binary 11001110 10100000 11101011 1100 100000 0 1000 100010101 1000001 1001101

Color Harmonies of #CEA0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA0EB

Black with #CEA0EB

Text Example


Text Example

White with #CEA0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA0EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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