Html Css Color HEX #CE9ADD Wisteria

📋 copy color: '#CE9ADD'

red 206 ◦ green 154 ◦ blue 221

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

Shades of Wisteria #CE9ADD

Tints of Wisteria #CE9ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.51%

 BLUE value IS 221 (86.72% from 255) = 38.04%

R = 35.46%
G = 26.51%
B = 38.04%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE9ADD (or 0xCE9ADD) is known color: Wisteria. HEX triplet: CE, 9A and DD. RGB value is (206,154,221). Sum of RGB (Red+Green+Blue) = 206+154+221=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE9ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9ADD is #316522. Grayscale: #B0B0B0. Windows color (decimal): -3237155 or 14523086. OLE color: 14523086.

HSL color Cylindrical-coordinate representation of color #CE9ADD: hue angle of 286.57º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE9ADD is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 154 221 -
CMYK 0.07 0.30 0 0.13
HSL 286.57º 0.5% 0.74% -
HSV(B) 286.57º 0.3% 0.87% -
XYZ 50.06 41.45 73.77 -
YUV 177.19 152.73 148.55 -
System Red Green Blue C M Y K H S L
Decimal 206 154 221 0.07 0.30 0 0.13 286.57 0.5 0.74
Hex CE 9A DD 7 1E 0 D 11F 32 4A
Octal 316 232 335 7 36 0 15 437 62 112
Binary 11001110 10011010 11011101 111 11110 0 1101 100011111 110010 1001010

Color Harmonies of #CE9ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9ADD

Black with #CE9ADD

Text Example


Text Example

White with #CE9ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9ADD; }

 p { color: rgb(206,154,221); }

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

background-color css

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

 a { background-color: rgb(206,154,221); }

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

border-color css

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

 span { border-color: rgb(206,154,221); }

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