Html Css Color HEX #CC9ADF Wisteria

📋 copy color: '#CC9ADF'

red 204 ◦ green 154 ◦ blue 223

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

Shades of Wisteria #CC9ADF

Tints of Wisteria #CC9ADF

RGB

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

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

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

R = 35.11%
G = 26.51%
B = 38.38%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC9ADF (or 0xCC9ADF) is known color: Wisteria. HEX triplet: CC, 9A and DF. RGB value is (204,154,223). Sum of RGB (Red+Green+Blue) = 204+154+223=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC9ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9ADF is #336520. Grayscale: #B0B0B0. Windows color (decimal): -3368225 or 14654156. OLE color: 14654156.

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

Color convert

RGB 204 154 223 -
CMYK 0.09 0.31 0 0.13
HSL 283.48º 0.52% 0.74% -
HSV(B) 283.48º 0.31% 0.87% -
XYZ 49.78 41.28 75.16 -
YUV 176.82 154.07 147.39 -
System Red Green Blue C M Y K H S L
Decimal 204 154 223 0.09 0.31 0 0.13 283.48 0.52 0.74
Hex CC 9A DF 9 1F 0 D 11B 34 4A
Octal 314 232 337 11 37 0 15 433 64 112
Binary 11001100 10011010 11011111 1001 11111 0 1101 100011011 110100 1001010

Color Harmonies of #CC9ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9ADF

Black with #CC9ADF

Text Example


Text Example

White with #CC9ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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