Html Css Color HEX #CCA0DB Wisteria

📋 copy color: '#CCA0DB'

red 204 ◦ green 160 ◦ blue 219

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

Shades of Wisteria #CCA0DB

Tints of Wisteria #CCA0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.56%

R = 34.99%
G = 27.44%
B = 37.56%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCA0DB (or 0xCCA0DB) is known color: Wisteria. HEX triplet: CC, A0 and DB. RGB value is (204,160,219). Sum of RGB (Red+Green+Blue) = 204+160+219=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 160 (62.89% from 255 or 27.44% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCA0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0DB is #335F24. Grayscale: #B3B3B3. Windows color (decimal): -3366693 or 14393548. OLE color: 14393548.

HSL color Cylindrical-coordinate representation of color #CCA0DB: hue angle of 284.75º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCA0DB is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 160 219 -
CMYK 0.07 0.27 0 0.14
HSL 284.75º 0.45% 0.74% -
HSV(B) 284.75º 0.27% 0.86% -
XYZ 50.26 43.09 72.69 -
YUV 179.88 150.08 145.2 -
System Red Green Blue C M Y K H S L
Decimal 204 160 219 0.07 0.27 0 0.14 284.75 0.45 0.74
Hex CC A0 DB 7 1B 0 E 11D 2D 4A
Octal 314 240 333 7 33 0 16 435 55 112
Binary 11001100 10100000 11011011 111 11011 0 1110 100011101 101101 1001010

Color Harmonies of #CCA0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA0DB

Black with #CCA0DB

Text Example


Text Example

White with #CCA0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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