Html Css Color HEX #C5A2DD Wisteria

📋 copy color: '#C5A2DD'

red 197 ◦ green 162 ◦ blue 221

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

Shades of Wisteria #C5A2DD

Tints of Wisteria #C5A2DD

RGB

 RED value IS 197 (77.34% from 255) = 33.97%

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

 BLUE value IS 221 (86.72% from 255) = 38.1%

R = 33.97%
G = 27.93%
B = 38.1%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C5A2DD (or 0xC5A2DD) is known color: Wisteria. HEX triplet: C5, A2 and DD. RGB value is (197,162,221). Sum of RGB (Red+Green+Blue) = 197+162+221=580 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.97% from 580); Green value is 162 (63.67% from 255 or 27.93% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5A2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A2DD is #3A5D22. Grayscale: #B2B2B2. Windows color (decimal): -3824931 or 14525125. OLE color: 14525125.

HSL color Cylindrical-coordinate representation of color #C5A2DD: hue angle of 275.59º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5A2DD is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 162 221 -
CMYK 0.11 0.27 0 0.13
HSL 275.59º 0.46% 0.75% -
HSV(B) 275.59º 0.27% 0.87% -
XYZ 49 42.93 74.11 -
YUV 179.19 151.6 140.7 -
System Red Green Blue C M Y K H S L
Decimal 197 162 221 0.11 0.27 0 0.13 275.59 0.46 0.75
Hex C5 A2 DD B 1B 0 D 114 2E 4B
Octal 305 242 335 13 33 0 15 424 56 113
Binary 11000101 10100010 11011101 1011 11011 0 1101 100010100 101110 1001011

Color Harmonies of #C5A2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A2DD

Black with #C5A2DD

Text Example


Text Example

White with #C5A2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A2DD; }

 p { color: rgb(197,162,221); }

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

background-color css

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

 a { background-color: rgb(197,162,221); }

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

border-color css

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

 span { border-color: rgb(197,162,221); }

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