Html Css Color HEX #CCA3EC Wisteria

📋 copy color: '#CCA3EC'

red 204 ◦ green 163 ◦ blue 236

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

Shades of Wisteria #CCA3EC

Tints of Wisteria #CCA3EC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 27.03%

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

R = 33.83%
G = 27.03%
B = 39.14%

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

#CCA3EC (or 0xCCA3EC) is known color: Wisteria. HEX triplet: CC, A3 and EC. RGB value is (204,163,236). Sum of RGB (Red+Green+Blue) = 204+163+236=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 163 (64.06% from 255 or 27.03% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCA3EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA3EC is #335C13. Grayscale: #B7B7B7. Windows color (decimal): -3365908 or 15508428. OLE color: 15508428.

HSL color Cylindrical-coordinate representation of color #CCA3EC: hue angle of 273.7º 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 #CCA3EC is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 163 236 -
CMYK 0.14 0.31 0 0.07
HSL 273.7º 0.66% 0.78% -
HSV(B) 273.7º 0.31% 0.93% -
XYZ 53.14 45.09 85.26 -
YUV 183.58 157.58 142.56 -
System Red Green Blue C M Y K H S L
Decimal 204 163 236 0.14 0.31 0 0.07 273.7 0.66 0.78
Hex CC A3 EC E 1F 0 7 112 42 4E
Octal 314 243 354 16 37 0 7 422 102 116
Binary 11001100 10100011 11101100 1110 11111 0 111 100010010 1000010 1001110

Color Harmonies of #CCA3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA3EC

Black with #CCA3EC

Text Example


Text Example

White with #CCA3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA3EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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