Html Css Color HEX #CE9FDD Wisteria

📋 copy color: '#CE9FDD'

red 206 ◦ green 159 ◦ blue 221

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

Shades of Wisteria #CE9FDD

Tints of Wisteria #CE9FDD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.13%

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

R = 35.15%
G = 27.13%
B = 37.71%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE9FDD (or 0xCE9FDD) is known color: Wisteria. HEX triplet: CE, 9F and DD. RGB value is (206,159,221). Sum of RGB (Red+Green+Blue) = 206+159+221=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 159 (62.5% from 255 or 27.13% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE9FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9FDD is #316022. Grayscale: #B3B3B3. Windows color (decimal): -3235875 or 14524366. OLE color: 14524366.

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

Color convert

RGB 206 159 221 -
CMYK 0.07 0.28 0 0.13
HSL 285.48º 0.48% 0.75% -
HSV(B) 285.48º 0.28% 0.87% -
XYZ 50.9 43.14 74.05 -
YUV 180.12 151.07 146.46 -
System Red Green Blue C M Y K H S L
Decimal 206 159 221 0.07 0.28 0 0.13 285.48 0.48 0.75
Hex CE 9F DD 7 1C 0 D 11D 30 4B
Octal 316 237 335 7 34 0 15 435 60 113
Binary 11001110 10011111 11011101 111 11100 0 1101 100011101 110000 1001011

Color Harmonies of #CE9FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9FDD

Black with #CE9FDD

Text Example


Text Example

White with #CE9FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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