Html Css Color HEX #CEA2E0 Wisteria

📋 copy color: '#CEA2E0'

red 206 ◦ green 162 ◦ blue 224

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

Shades of Wisteria #CEA2E0

Tints of Wisteria #CEA2E0

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.36%

 BLUE value IS 224 (87.89% from 255) = 37.84%

R = 34.8%
G = 27.36%
B = 37.84%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CEA2E0 (or 0xCEA2E0) is known color: Wisteria. HEX triplet: CE, A2 and E0. RGB value is (206,162,224). Sum of RGB (Red+Green+Blue) = 206+162+224=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 162 (63.67% from 255 or 27.36% from 592); Blue value is 224 (87.89% from 255 or 37.84% from 592); Max value from RGB is 224 - color contains mainly: blue. Hex color #CEA2E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA2E0 is #315D1F. Grayscale: #B6B6B6. Windows color (decimal): -3235104 or 14721742. OLE color: 14721742.

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

Color convert

RGB 206 162 224 -
CMYK 0.08 0.28 0 0.12
HSL 282.58º 0.5% 0.76% -
HSV(B) 282.58º 0.28% 0.88% -
XYZ 51.83 44.34 76.35 -
YUV 182.22 151.58 144.96 -
System Red Green Blue C M Y K H S L
Decimal 206 162 224 0.08 0.28 0 0.12 282.58 0.5 0.76
Hex CE A2 E0 8 1C 0 C 11B 32 4C
Octal 316 242 340 10 34 0 14 433 62 114
Binary 11001110 10100010 11100000 1000 11100 0 1100 100011011 110010 1001100

Color Harmonies of #CEA2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA2E0

Black with #CEA2E0

Text Example


Text Example

White with #CEA2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA2E0; }

 p { color: rgb(206,162,224); }

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

background-color css

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

 a { background-color: rgb(206,162,224); }

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

border-color css

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

 span { border-color: rgb(206,162,224); }

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