Html Css Color HEX #CC9ADC Wisteria

📋 copy color: '#CC9ADC'

red 204 ◦ green 154 ◦ blue 220

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

Shades of Wisteria #CC9ADC

Tints of Wisteria #CC9ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.06%

R = 35.29%
G = 26.64%
B = 38.06%

CMYK

 C value IS 0.07

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC9ADC (or 0xCC9ADC) is known color: Wisteria. HEX triplet: CC, 9A and DC. RGB value is (204,154,220). Sum of RGB (Red+Green+Blue) = 204+154+220=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 154 (60.55% from 255 or 26.64% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC9ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9ADC is #336523. Grayscale: #B0B0B0. Windows color (decimal): -3368228 or 14457548. OLE color: 14457548.

HSL color Cylindrical-coordinate representation of color #CC9ADC: hue angle of 285.45º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC9ADC is Cyan = 0.07, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 154 220 -
CMYK 0.07 0.3 0 0.14
HSL 285.45º 0.49% 0.73% -
HSV(B) 285.45º 0.3% 0.86% -
XYZ 49.38 41.12 73.04 -
YUV 176.47 152.57 147.63 -
System Red Green Blue C M Y K H S L
Decimal 204 154 220 0.07 0.3 0 0.14 285.45 0.49 0.73
Hex CC 9A DC 7 1E 0 E 11D 31 49
Octal 314 232 334 7 36 0 16 435 61 111
Binary 11001100 10011010 11011100 111 11110 0 1110 100011101 110001 1001001

Color Harmonies of #CC9ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9ADC

Black with #CC9ADC

Text Example


Text Example

White with #CC9ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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