Html Css Color HEX #CC9FDC Wisteria

📋 copy color: '#CC9FDC'

red 204 ◦ green 159 ◦ blue 220

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

Shades of Wisteria #CC9FDC

Tints of Wisteria #CC9FDC

RGB

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

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

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

R = 34.99%
G = 27.27%
B = 37.74%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC9FDC (or 0xCC9FDC) is known color: Wisteria. HEX triplet: CC, 9F and DC. RGB value is (204,159,220). Sum of RGB (Red+Green+Blue) = 204+159+220=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 159 (62.5% from 255 or 27.27% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC9FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9FDC is #336023. Grayscale: #B3B3B3. Windows color (decimal): -3366948 or 14458828. OLE color: 14458828.

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

Color convert

RGB 204 159 220 -
CMYK 0.07 0.28 0 0.14
HSL 284.26º 0.47% 0.74% -
HSV(B) 284.26º 0.28% 0.86% -
XYZ 50.22 42.8 73.32 -
YUV 179.41 150.91 145.54 -
System Red Green Blue C M Y K H S L
Decimal 204 159 220 0.07 0.28 0 0.14 284.26 0.47 0.74
Hex CC 9F DC 7 1C 0 E 11C 2F 4A
Octal 314 237 334 7 34 0 16 434 57 112
Binary 11001100 10011111 11011100 111 11100 0 1110 100011100 101111 1001010

Color Harmonies of #CC9FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9FDC

Black with #CC9FDC

Text Example


Text Example

White with #CC9FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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