Html Css Color HEX #CC9BDD Wisteria

📋 copy color: '#CC9BDD'

red 204 ◦ green 155 ◦ blue 221

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

Shades of Wisteria #CC9BDD

Tints of Wisteria #CC9BDD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.72%

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

R = 35.17%
G = 26.72%
B = 38.1%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC9BDD (or 0xCC9BDD) is known color: Wisteria. HEX triplet: CC, 9B and DD. RGB value is (204,155,221). Sum of RGB (Red+Green+Blue) = 204+155+221=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 155 (60.94% from 255 or 26.72% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC9BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9BDD is #336422. Grayscale: #B0B0B0. Windows color (decimal): -3367971 or 14523340. OLE color: 14523340.

HSL color Cylindrical-coordinate representation of color #CC9BDD: hue angle of 284.55º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC9BDD is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 155 221 -
CMYK 0.08 0.30 0 0.13
HSL 284.55º 0.49% 0.74% -
HSV(B) 284.55º 0.3% 0.87% -
XYZ 49.67 41.5 73.8 -
YUV 177.18 152.73 147.13 -
System Red Green Blue C M Y K H S L
Decimal 204 155 221 0.08 0.30 0 0.13 284.55 0.49 0.74
Hex CC 9B DD 8 1E 0 D 11D 31 4A
Octal 314 233 335 10 36 0 15 435 61 112
Binary 11001100 10011011 11011101 1000 11110 0 1101 100011101 110001 1001010

Color Harmonies of #CC9BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9BDD

Black with #CC9BDD

Text Example


Text Example

White with #CC9BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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