Html Css Color HEX #C593DA Wisteria

📋 copy color: '#C593DA'

red 197 ◦ green 147 ◦ blue 218

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

Shades of Wisteria #C593DA

Tints of Wisteria #C593DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.79%

R = 35.05%
G = 26.16%
B = 38.79%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C593DA (or 0xC593DA) is known color: Wisteria. HEX triplet: C5, 93 and DA. RGB value is (197,147,218). Sum of RGB (Red+Green+Blue) = 197+147+218=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #C593DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C593DA is #3A6C25. Grayscale: #A9A9A9. Windows color (decimal): -3828774 or 14324677. OLE color: 14324677.

HSL color Cylindrical-coordinate representation of color #C593DA: hue angle of 282.25º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C593DA is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 147 218 -
CMYK 0.10 0.33 0 0.15
HSL 282.25º 0.49% 0.72% -
HSV(B) 282.25º 0.33% 0.85% -
XYZ 46.11 37.8 71.2 -
YUV 170.04 155.07 147.23 -
System Red Green Blue C M Y K H S L
Decimal 197 147 218 0.10 0.33 0 0.15 282.25 0.49 0.72
Hex C5 93 DA A 21 0 F 11A 31 48
Octal 305 223 332 12 41 0 17 432 61 110
Binary 11000101 10010011 11011010 1010 100001 0 1111 100011010 110001 1001000

Color Harmonies of #C593DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C593DA

Black with #C593DA

Text Example


Text Example

White with #C593DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C593DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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