Html Css Color HEX #CCA6DC Wisteria

📋 copy color: '#CCA6DC'

red 204 ◦ green 166 ◦ blue 220

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

Shades of Wisteria #CCA6DC

Tints of Wisteria #CCA6DC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.14%

 BLUE value IS 220 (86.33% from 255) = 37.29%

R = 34.58%
G = 28.14%
B = 37.29%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCA6DC (or 0xCCA6DC) is known color: Wisteria. HEX triplet: CC, A6 and DC. RGB value is (204,166,220). Sum of RGB (Red+Green+Blue) = 204+166+220=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 166 (65.23% from 255 or 28.14% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCA6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA6DC is #335923. Grayscale: #B7B7B7. Windows color (decimal): -3365156 or 14460620. OLE color: 14460620.

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

Color convert

RGB 204 166 220 -
CMYK 0.07 0.25 0 0.14
HSL 282.22º 0.44% 0.76% -
HSV(B) 282.22º 0.25% 0.86% -
XYZ 51.46 45.28 73.74 -
YUV 183.52 148.59 142.61 -
System Red Green Blue C M Y K H S L
Decimal 204 166 220 0.07 0.25 0 0.14 282.22 0.44 0.76
Hex CC A6 DC 7 19 0 E 11A 2C 4C
Octal 314 246 334 7 31 0 16 432 54 114
Binary 11001100 10100110 11011100 111 11001 0 1110 100011010 101100 1001100

Color Harmonies of #CCA6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA6DC

Black with #CCA6DC

Text Example


Text Example

White with #CCA6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA6DC; }

 p { color: rgb(204,166,220); }

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

background-color css

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

 a { background-color: rgb(204,166,220); }

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

border-color css

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

 span { border-color: rgb(204,166,220); }

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