Html Css Color HEX #CCA3EE Wisteria

📋 copy color: '#CCA3EE'

red 204 ◦ green 163 ◦ blue 238

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

Shades of Wisteria #CCA3EE

Tints of Wisteria #CCA3EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.34%

R = 33.72%
G = 26.94%
B = 39.34%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCA3EE (or 0xCCA3EE) is known color: Wisteria. HEX triplet: CC, A3 and EE. RGB value is (204,163,238). Sum of RGB (Red+Green+Blue) = 204+163+238=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 163 (64.06% from 255 or 26.94% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCA3EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA3EE is #335C11. Grayscale: #B7B7B7. Windows color (decimal): -3365906 or 15639500. OLE color: 15639500.

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

Color convert

RGB 204 163 238 -
CMYK 0.14 0.32 0 0.07
HSL 272.8º 0.69% 0.79% -
HSV(B) 272.8º 0.32% 0.93% -
XYZ 53.43 45.2 86.8 -
YUV 183.81 158.58 142.4 -
System Red Green Blue C M Y K H S L
Decimal 204 163 238 0.14 0.32 0 0.07 272.8 0.69 0.79
Hex CC A3 EE E 20 0 7 111 45 4F
Octal 314 243 356 16 40 0 7 421 105 117
Binary 11001100 10100011 11101110 1110 100000 0 111 100010001 1000101 1001111

Color Harmonies of #CCA3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA3EE

Black with #CCA3EE

Text Example


Text Example

White with #CCA3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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