Html Css Color HEX #CCA5DC Wisteria

📋 copy color: '#CCA5DC'

red 204 ◦ green 165 ◦ blue 220

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

Shades of Wisteria #CCA5DC

Tints of Wisteria #CCA5DC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.01%

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

R = 34.63%
G = 28.01%
B = 37.35%

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

#CCA5DC (or 0xCCA5DC) is known color: Wisteria. HEX triplet: CC, A5 and DC. RGB value is (204,165,220). Sum of RGB (Red+Green+Blue) = 204+165+220=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 165 (64.84% from 255 or 28.01% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCA5DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA5DC is #335A23. Grayscale: #B6B6B6. Windows color (decimal): -3365412 or 14460364. OLE color: 14460364.

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

Color convert

RGB 204 165 220 -
CMYK 0.07 0.25 0 0.14
HSL 282.55º 0.44% 0.75% -
HSV(B) 282.55º 0.25% 0.86% -
XYZ 51.28 44.91 73.68 -
YUV 182.93 148.92 143.03 -
System Red Green Blue C M Y K H S L
Decimal 204 165 220 0.07 0.25 0 0.14 282.55 0.44 0.75
Hex CC A5 DC 7 19 0 E 11B 2C 4B
Octal 314 245 334 7 31 0 16 433 54 113
Binary 11001100 10100101 11011100 111 11001 0 1110 100011011 101100 1001011

Color Harmonies of #CCA5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA5DC

Black with #CCA5DC

Text Example


Text Example

White with #CCA5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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