Html Css Color HEX #CCA0DF Wisteria

📋 copy color: '#CCA0DF'

red 204 ◦ green 160 ◦ blue 223

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

Shades of Wisteria #CCA0DF

Tints of Wisteria #CCA0DF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.26%

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

R = 34.75%
G = 27.26%
B = 37.99%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCA0DF (or 0xCCA0DF) is known color: Wisteria. HEX triplet: CC, A0 and DF. RGB value is (204,160,223). Sum of RGB (Red+Green+Blue) = 204+160+223=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 160 (62.89% from 255 or 27.26% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCA0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0DF is #335F20. Grayscale: #B4B4B4. Windows color (decimal): -3366689 or 14655692. OLE color: 14655692.

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

Color convert

RGB 204 160 223 -
CMYK 0.09 0.28 0 0.13
HSL 281.9º 0.5% 0.75% -
HSV(B) 281.9º 0.28% 0.87% -
XYZ 50.79 43.31 75.49 -
YUV 180.34 152.08 144.88 -
System Red Green Blue C M Y K H S L
Decimal 204 160 223 0.09 0.28 0 0.13 281.9 0.5 0.75
Hex CC A0 DF 9 1C 0 D 11A 32 4B
Octal 314 240 337 11 34 0 15 432 62 113
Binary 11001100 10100000 11011111 1001 11100 0 1101 100011010 110010 1001011

Color Harmonies of #CCA0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA0DF

Black with #CCA0DF

Text Example


Text Example

White with #CCA0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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