Html Css Color HEX #C593DD Wisteria

📋 copy color: '#C593DD'

red 197 ◦ green 147 ◦ blue 221

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

Shades of Wisteria #C593DD

Tints of Wisteria #C593DD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.02%

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

R = 34.87%
G = 26.02%
B = 39.12%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C593DD (or 0xC593DD) is known color: Wisteria. HEX triplet: C5, 93 and DD. RGB value is (197,147,221). Sum of RGB (Red+Green+Blue) = 197+147+221=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 147 (57.81% from 255 or 26.02% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #C593DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C593DD is #3A6C22. Grayscale: #AAAAAA. Windows color (decimal): -3828771 or 14521285. OLE color: 14521285.

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

Color convert

RGB 197 147 221 -
CMYK 0.11 0.33 0 0.13
HSL 280.54º 0.52% 0.72% -
HSV(B) 280.54º 0.33% 0.87% -
XYZ 46.51 37.96 73.28 -
YUV 170.39 156.57 146.98 -
System Red Green Blue C M Y K H S L
Decimal 197 147 221 0.11 0.33 0 0.13 280.54 0.52 0.72
Hex C5 93 DD B 21 0 D 119 34 48
Octal 305 223 335 13 41 0 15 431 64 110
Binary 11000101 10010011 11011101 1011 100001 0 1101 100011001 110100 1001000

Color Harmonies of #C593DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C593DD

Black with #C593DD

Text Example


Text Example

White with #C593DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C593DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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