Html Css Color HEX #CC9ADD Wisteria

📋 copy color: '#CC9ADD'

red 204 ◦ green 154 ◦ blue 221

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

Shades of Wisteria #CC9ADD

Tints of Wisteria #CC9ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.6%

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

R = 35.23%
G = 26.6%
B = 38.17%

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

#CC9ADD (or 0xCC9ADD) is known color: Wisteria. HEX triplet: CC, 9A and DD. RGB value is (204,154,221). Sum of RGB (Red+Green+Blue) = 204+154+221=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 154 (60.55% from 255 or 26.60% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC9ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9ADD is #336522. Grayscale: #B0B0B0. Windows color (decimal): -3368227 or 14523084. OLE color: 14523084.

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

Color convert

RGB 204 154 221 -
CMYK 0.08 0.30 0 0.13
HSL 284.78º 0.5% 0.74% -
HSV(B) 284.78º 0.3% 0.87% -
XYZ 49.51 41.17 73.74 -
YUV 176.59 153.07 147.55 -
System Red Green Blue C M Y K H S L
Decimal 204 154 221 0.08 0.30 0 0.13 284.78 0.5 0.74
Hex CC 9A DD 8 1E 0 D 11D 32 4A
Octal 314 232 335 10 36 0 15 435 62 112
Binary 11001100 10011010 11011101 1000 11110 0 1101 100011101 110010 1001010

Color Harmonies of #CC9ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9ADD

Black with #CC9ADD

Text Example


Text Example

White with #CC9ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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