Html Css Color HEX #CC9FDF Wisteria

📋 copy color: '#CC9FDF'

red 204 ◦ green 159 ◦ blue 223

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

Shades of Wisteria #CC9FDF

Tints of Wisteria #CC9FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.05%

R = 34.81%
G = 27.13%
B = 38.05%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC9FDF (or 0xCC9FDF) is known color: Wisteria. HEX triplet: CC, 9F and DF. RGB value is (204,159,223). Sum of RGB (Red+Green+Blue) = 204+159+223=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 159 (62.5% from 255 or 27.13% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC9FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9FDF is #336020. Grayscale: #B3B3B3. Windows color (decimal): -3366945 or 14655436. OLE color: 14655436.

HSL color Cylindrical-coordinate representation of color #CC9FDF: hue angle of 282.19º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC9FDF is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 159 223 -
CMYK 0.09 0.29 0 0.13
HSL 282.19º 0.5% 0.75% -
HSV(B) 282.19º 0.29% 0.87% -
XYZ 50.62 42.96 75.44 -
YUV 179.75 152.41 145.3 -
System Red Green Blue C M Y K H S L
Decimal 204 159 223 0.09 0.29 0 0.13 282.19 0.5 0.75
Hex CC 9F DF 9 1D 0 D 11A 32 4B
Octal 314 237 337 11 35 0 15 432 62 113
Binary 11001100 10011111 11011111 1001 11101 0 1101 100011010 110010 1001011

Color Harmonies of #CC9FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9FDF

Black with #CC9FDF

Text Example


Text Example

White with #CC9FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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