Html Css Color HEX #CCA2E0 Wisteria

📋 copy color: '#CCA2E0'

red 204 ◦ green 162 ◦ blue 224

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

Shades of Wisteria #CCA2E0

Tints of Wisteria #CCA2E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.97%

R = 34.58%
G = 27.46%
B = 37.97%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CCA2E0 (or 0xCCA2E0) is known color: Wisteria. HEX triplet: CC, A2 and E0. RGB value is (204,162,224). Sum of RGB (Red+Green+Blue) = 204+162+224=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 162 (63.67% from 255 or 27.46% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCA2E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2E0 is #335D1F. Grayscale: #B5B5B5. Windows color (decimal): -3366176 or 14721740. OLE color: 14721740.

HSL color Cylindrical-coordinate representation of color #CCA2E0: hue angle of 280.65º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCA2E0 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 162 224 -
CMYK 0.09 0.28 0 0.12
HSL 280.65º 0.5% 0.76% -
HSV(B) 280.65º 0.28% 0.88% -
XYZ 51.28 44.06 76.32 -
YUV 181.63 151.91 143.96 -
System Red Green Blue C M Y K H S L
Decimal 204 162 224 0.09 0.28 0 0.12 280.65 0.5 0.76
Hex CC A2 E0 9 1C 0 C 119 32 4C
Octal 314 242 340 11 34 0 14 431 62 114
Binary 11001100 10100010 11100000 1001 11100 0 1100 100011001 110010 1001100

Color Harmonies of #CCA2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA2E0

Black with #CCA2E0

Text Example


Text Example

White with #CCA2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA2E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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