Html Css Color HEX #CCA0DA Wisteria

📋 copy color: '#CCA0DA'

red 204 ◦ green 160 ◦ blue 218

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

Shades of Wisteria #CCA0DA

Tints of Wisteria #CCA0DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.46%

R = 35.05%
G = 27.49%
B = 37.46%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CCA0DA (or 0xCCA0DA) is known color: Wisteria. HEX triplet: CC, A0 and DA. RGB value is (204,160,218). Sum of RGB (Red+Green+Blue) = 204+160+218=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 160 (62.89% from 255 or 27.49% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCA0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0DA is #335F25. Grayscale: #B3B3B3. Windows color (decimal): -3366694 or 14328012. OLE color: 14328012.

HSL color Cylindrical-coordinate representation of color #CCA0DA: hue angle of 285.52º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCA0DA is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 160 218 -
CMYK 0.06 0.27 0 0.15
HSL 285.52º 0.44% 0.74% -
HSV(B) 285.52º 0.27% 0.85% -
XYZ 50.13 43.04 72 -
YUV 179.77 149.58 145.28 -
System Red Green Blue C M Y K H S L
Decimal 204 160 218 0.06 0.27 0 0.15 285.52 0.44 0.74
Hex CC A0 DA 6 1B 0 F 11E 2C 4A
Octal 314 240 332 6 33 0 17 436 54 112
Binary 11001100 10100000 11011010 110 11011 0 1111 100011110 101100 1001010

Color Harmonies of #CCA0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA0DA

Black with #CCA0DA

Text Example


Text Example

White with #CCA0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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