Html Css Color HEX #CCA2EC Wisteria

📋 copy color: '#CCA2EC'

red 204 ◦ green 162 ◦ blue 236

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

Shades of Wisteria #CCA2EC

Tints of Wisteria #CCA2EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.2%

R = 33.89%
G = 26.91%
B = 39.2%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCA2EC (or 0xCCA2EC) is known color: Wisteria. HEX triplet: CC, A2 and EC. RGB value is (204,162,236). Sum of RGB (Red+Green+Blue) = 204+162+236=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 162 (63.67% from 255 or 26.91% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCA2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA2EC is #335D13. Grayscale: #B6B6B6. Windows color (decimal): -3366164 or 15508172. OLE color: 15508172.

HSL color Cylindrical-coordinate representation of color #CCA2EC: hue angle of 274.05º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCA2EC is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 162 236 -
CMYK 0.14 0.31 0 0.07
HSL 274.05º 0.66% 0.78% -
HSV(B) 274.05º 0.31% 0.93% -
XYZ 52.96 44.73 85.2 -
YUV 182.99 157.91 142.98 -
System Red Green Blue C M Y K H S L
Decimal 204 162 236 0.14 0.31 0 0.07 274.05 0.66 0.78
Hex CC A2 EC E 1F 0 7 112 42 4E
Octal 314 242 354 16 37 0 7 422 102 116
Binary 11001100 10100010 11101100 1110 11111 0 111 100010010 1000010 1001110

Color Harmonies of #CCA2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA2EC

Black with #CCA2EC

Text Example


Text Example

White with #CCA2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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