Html Css Color HEX #CC9FDD Wisteria

📋 copy color: '#CC9FDD'

red 204 ◦ green 159 ◦ blue 221

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

Shades of Wisteria #CC9FDD

Tints of Wisteria #CC9FDD

RGB

 RED value IS 204 (80.08% from 255) = 34.93%

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

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

R = 34.93%
G = 27.23%
B = 37.84%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC9FDD (or 0xCC9FDD) is known color: Wisteria. HEX triplet: CC, 9F and DD. RGB value is (204,159,221). Sum of RGB (Red+Green+Blue) = 204+159+221=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC9FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9FDD is #336022. Grayscale: #B3B3B3. Windows color (decimal): -3366947 or 14524364. OLE color: 14524364.

HSL color Cylindrical-coordinate representation of color #CC9FDD: hue angle of 283.55º 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 #CC9FDD is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 159 221 -
CMYK 0.08 0.28 0 0.13
HSL 283.55º 0.48% 0.75% -
HSV(B) 283.55º 0.28% 0.87% -
XYZ 50.35 42.85 74.02 -
YUV 179.52 151.41 145.46 -
System Red Green Blue C M Y K H S L
Decimal 204 159 221 0.08 0.28 0 0.13 283.55 0.48 0.75
Hex CC 9F DD 8 1C 0 D 11C 30 4B
Octal 314 237 335 10 34 0 15 434 60 113
Binary 11001100 10011111 11011101 1000 11100 0 1101 100011100 110000 1001011

Color Harmonies of #CC9FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9FDD

Black with #CC9FDD

Text Example


Text Example

White with #CC9FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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