Html Css Color HEX #CE9DDE Wisteria

📋 copy color: '#CE9DDE'

red 206 ◦ green 157 ◦ blue 222

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

Shades of Wisteria #CE9DDE

Tints of Wisteria #CE9DDE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.84%

 BLUE value IS 222 (87.11% from 255) = 37.95%

R = 35.21%
G = 26.84%
B = 37.95%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE9DDE (or 0xCE9DDE) is known color: Wisteria. HEX triplet: CE, 9D and DE. RGB value is (206,157,222). Sum of RGB (Red+Green+Blue) = 206+157+222=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE9DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9DDE is #316221. Grayscale: #B2B2B2. Windows color (decimal): -3236386 or 14589390. OLE color: 14589390.

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

Color convert

RGB 206 157 222 -
CMYK 0.07 0.29 0 0.13
HSL 285.23º 0.5% 0.74% -
HSV(B) 285.23º 0.29% 0.87% -
XYZ 50.7 42.51 74.64 -
YUV 179.06 152.23 147.21 -
System Red Green Blue C M Y K H S L
Decimal 206 157 222 0.07 0.29 0 0.13 285.23 0.5 0.74
Hex CE 9D DE 7 1D 0 D 11D 32 4A
Octal 316 235 336 7 35 0 15 435 62 112
Binary 11001110 10011101 11011110 111 11101 0 1101 100011101 110010 1001010

Color Harmonies of #CE9DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9DDE

Black with #CE9DDE

Text Example


Text Example

White with #CE9DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9DDE; }

 p { color: rgb(206,157,222); }

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

background-color css

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

 a { background-color: rgb(206,157,222); }

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

border-color css

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

 span { border-color: rgb(206,157,222); }

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