Html Css Color HEX #CCA2D5 Wisteria

📋 copy color: '#CCA2D5'

red 204 ◦ green 162 ◦ blue 213

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

Shades of Wisteria #CCA2D5

Tints of Wisteria #CCA2D5

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.98%

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

R = 35.23%
G = 27.98%
B = 36.79%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CCA2D5 (or 0xCCA2D5) is known color: Wisteria. HEX triplet: CC, A2 and D5. RGB value is (204,162,213). Sum of RGB (Red+Green+Blue) = 204+162+213=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 162 (63.67% from 255 or 27.98% from 579); Blue value is 213 (83.59% from 255 or 36.79% from 579); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCA2D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2D5 is #335D2A. Grayscale: #B4B4B4. Windows color (decimal): -3366187 or 14000844. OLE color: 14000844.

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

Color convert

RGB 204 162 213 -
CMYK 0.04 0.24 0 0.16
HSL 289.41º 0.38% 0.74% -
HSV(B) 289.41º 0.24% 0.84% -
XYZ 49.83 43.48 68.72 -
YUV 180.37 146.41 144.85 -
System Red Green Blue C M Y K H S L
Decimal 204 162 213 0.04 0.24 0 0.16 289.41 0.38 0.74
Hex CC A2 D5 4 18 0 10 121 26 4A
Octal 314 242 325 4 30 0 20 441 46 112
Binary 11001100 10100010 11010101 100 11000 0 10000 100100001 100110 1001010

Color Harmonies of #CCA2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA2D5

Black with #CCA2D5

Text Example


Text Example

White with #CCA2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA2D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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