Html Css Color HEX #CCA2D4 Wisteria

📋 copy color: '#CCA2D4'

red 204 ◦ green 162 ◦ blue 212

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

Shades of Wisteria #CCA2D4

Tints of Wisteria #CCA2D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.68%

R = 35.29%
G = 28.03%
B = 36.68%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CCA2D4 (or 0xCCA2D4) is known color: Wisteria. HEX triplet: CC, A2 and D4. RGB value is (204,162,212). Sum of RGB (Red+Green+Blue) = 204+162+212=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 162 (63.67% from 255 or 28.03% from 578); Blue value is 212 (83.20% from 255 or 36.68% from 578); Max value from RGB is 212 - color contains mainly: blue. Hex color #CCA2D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2D4 is #335D2B. Grayscale: #B4B4B4. Windows color (decimal): -3366188 or 13935308. OLE color: 13935308.

HSL color Cylindrical-coordinate representation of color #CCA2D4: hue angle of 290.4º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCA2D4 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 162 212 -
CMYK 0.04 0.24 0 0.17
HSL 290.4º 0.37% 0.73% -
HSV(B) 290.4º 0.24% 0.83% -
XYZ 49.71 43.43 68.05 -
YUV 180.26 145.91 144.93 -
System Red Green Blue C M Y K H S L
Decimal 204 162 212 0.04 0.24 0 0.17 290.4 0.37 0.73
Hex CC A2 D4 4 18 0 11 122 25 49
Octal 314 242 324 4 30 0 21 442 45 111
Binary 11001100 10100010 11010100 100 11000 0 10001 100100010 100101 1001001

Color Harmonies of #CCA2D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA2D4

Black with #CCA2D4

Text Example


Text Example

White with #CCA2D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA2D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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