Html Css Color HEX #CCA0D5 Wisteria

📋 copy color: '#CCA0D5'

red 204 ◦ green 160 ◦ blue 213

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

Shades of Wisteria #CCA0D5

Tints of Wisteria #CCA0D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.92%

R = 35.36%
G = 27.73%
B = 36.92%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CCA0D5 (or 0xCCA0D5) is known color: Wisteria. HEX triplet: CC, A0 and D5. RGB value is (204,160,213). Sum of RGB (Red+Green+Blue) = 204+160+213=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 160 (62.89% from 255 or 27.73% from 577); Blue value is 213 (83.59% from 255 or 36.92% from 577); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCA0D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0D5 is #335F2A. Grayscale: #B3B3B3. Windows color (decimal): -3366699 or 14000332. OLE color: 14000332.

HSL color Cylindrical-coordinate representation of color #CCA0D5: hue angle of 289.81º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCA0D5 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 160 213 -
CMYK 0.04 0.25 0 0.16
HSL 289.81º 0.39% 0.73% -
HSV(B) 289.81º 0.25% 0.84% -
XYZ 49.48 42.78 68.6 -
YUV 179.2 147.08 145.69 -
System Red Green Blue C M Y K H S L
Decimal 204 160 213 0.04 0.25 0 0.16 289.81 0.39 0.73
Hex CC A0 D5 4 19 0 10 122 27 49
Octal 314 240 325 4 31 0 20 442 47 111
Binary 11001100 10100000 11010101 100 11001 0 10000 100100010 100111 1001001

Color Harmonies of #CCA0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA0D5

Black with #CCA0D5

Text Example


Text Example

White with #CCA0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA0D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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