Html Css Color HEX #CCA2DA Wisteria

📋 copy color: '#CCA2DA'

red 204 ◦ green 162 ◦ blue 218

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

Shades of Wisteria #CCA2DA

Tints of Wisteria #CCA2DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.33%

R = 34.93%
G = 27.74%
B = 37.33%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CCA2DA (or 0xCCA2DA) is known color: Wisteria. HEX triplet: CC, A2 and DA. RGB value is (204,162,218). Sum of RGB (Red+Green+Blue) = 204+162+218=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 162 (63.67% from 255 or 27.74% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCA2DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2DA is #335D25. Grayscale: #B4B4B4. Windows color (decimal): -3366182 or 14328524. OLE color: 14328524.

HSL color Cylindrical-coordinate representation of color #CCA2DA: hue angle of 285º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCA2DA is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 162 218 -
CMYK 0.06 0.26 0 0.15
HSL 285º 0.43% 0.75% -
HSV(B) 285º 0.26% 0.85% -
XYZ 50.48 43.74 72.11 -
YUV 180.94 148.91 144.45 -
System Red Green Blue C M Y K H S L
Decimal 204 162 218 0.06 0.26 0 0.15 285 0.43 0.75
Hex CC A2 DA 6 1A 0 F 11D 2B 4B
Octal 314 242 332 6 32 0 17 435 53 113
Binary 11001100 10100010 11011010 110 11010 0 1111 100011101 101011 1001011

Color Harmonies of #CCA2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA2DA

Black with #CCA2DA

Text Example


Text Example

White with #CCA2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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