Html Css Color HEX #CE9AD8 Wisteria

📋 copy color: '#CE9AD8'

red 206 ◦ green 154 ◦ blue 216

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

Shades of Wisteria #CE9AD8

Tints of Wisteria #CE9AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.5%

R = 35.76%
G = 26.74%
B = 37.5%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE9AD8 (or 0xCE9AD8) is known color: Wisteria. HEX triplet: CE, 9A and D8. RGB value is (206,154,216). Sum of RGB (Red+Green+Blue) = 206+154+216=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 216 (84.77% from 255 or 37.5% from 576); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE9AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9AD8 is #316527. Grayscale: #B0B0B0. Windows color (decimal): -3237160 or 14195406. OLE color: 14195406.

HSL color Cylindrical-coordinate representation of color #CE9AD8: hue angle of 290.32º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CE9AD8 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 154 216 -
CMYK 0.05 0.29 0 0.15
HSL 290.32º 0.44% 0.73% -
HSV(B) 290.32º 0.29% 0.85% -
XYZ 49.4 41.19 70.31 -
YUV 176.62 150.23 148.96 -
System Red Green Blue C M Y K H S L
Decimal 206 154 216 0.05 0.29 0 0.15 290.32 0.44 0.73
Hex CE 9A D8 5 1D 0 F 122 2C 49
Octal 316 232 330 5 35 0 17 442 54 111
Binary 11001110 10011010 11011000 101 11101 0 1111 100100010 101100 1001001

Color Harmonies of #CE9AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9AD8

Black with #CE9AD8

Text Example


Text Example

White with #CE9AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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