Html Css Color HEX #CEA0E6 Wisteria

📋 copy color: '#CEA0E6'

red 206 ◦ green 160 ◦ blue 230

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

Shades of Wisteria #CEA0E6

Tints of Wisteria #CEA0E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.59%

R = 34.56%
G = 26.85%
B = 38.59%

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

#CEA0E6 (or 0xCEA0E6) is known color: Wisteria. HEX triplet: CE, A0 and E6. RGB value is (206,160,230). Sum of RGB (Red+Green+Blue) = 206+160+230=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 160 (62.89% from 255 or 26.85% from 596); Blue value is 230 (90.23% from 255 or 38.59% from 596); Max value from RGB is 230 - color contains mainly: blue. Hex color #CEA0E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA0E6 is #315F19. Grayscale: #B5B5B5. Windows color (decimal): -3235610 or 15114446. OLE color: 15114446.

HSL color Cylindrical-coordinate representation of color #CEA0E6: hue angle of 279.43º degrees, saturation: 0.58, 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 #CEA0E6 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 160 230 -
CMYK 0.10 0.30 0 0.10
HSL 279.43º 0.58% 0.76% -
HSV(B) 279.43º 0.3% 0.9% -
XYZ 52.31 43.98 80.59 -
YUV 181.73 155.24 145.31 -
System Red Green Blue C M Y K H S L
Decimal 206 160 230 0.10 0.30 0 0.10 279.43 0.58 0.76
Hex CE A0 E6 A 1E 0 A 117 3A 4C
Octal 316 240 346 12 36 0 12 427 72 114
Binary 11001110 10100000 11100110 1010 11110 0 1010 100010111 111010 1001100

Color Harmonies of #CEA0E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA0E6

Black with #CEA0E6

Text Example


Text Example

White with #CEA0E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA0E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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