Html Css Color HEX #CC9CDD Wisteria

📋 copy color: '#CC9CDD'

red 204 ◦ green 156 ◦ blue 221

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

Shades of Wisteria #CC9CDD

Tints of Wisteria #CC9CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.85%

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

R = 35.11%
G = 26.85%
B = 38.04%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC9CDD (or 0xCC9CDD) is known color: Wisteria. HEX triplet: CC, 9C and DD. RGB value is (204,156,221). Sum of RGB (Red+Green+Blue) = 204+156+221=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 156 (61.33% from 255 or 26.85% 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 #CC9CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9CDD is #336322. Grayscale: #B1B1B1. Windows color (decimal): -3367715 or 14523596. OLE color: 14523596.

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

Color convert

RGB 204 156 221 -
CMYK 0.08 0.29 0 0.13
HSL 284.31º 0.49% 0.74% -
HSV(B) 284.31º 0.29% 0.87% -
XYZ 49.84 41.83 73.85 -
YUV 177.76 152.4 146.71 -
System Red Green Blue C M Y K H S L
Decimal 204 156 221 0.08 0.29 0 0.13 284.31 0.49 0.74
Hex CC 9C DD 8 1D 0 D 11C 31 4A
Octal 314 234 335 10 35 0 15 434 61 112
Binary 11001100 10011100 11011101 1000 11101 0 1101 100011100 110001 1001010

Color Harmonies of #CC9CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9CDD

Black with #CC9CDD

Text Example


Text Example

White with #CC9CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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