Html Css Color HEX #C593D3 Wisteria

📋 copy color: '#C593D3'

red 197 ◦ green 147 ◦ blue 211

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

Shades of Wisteria #C593D3

Tints of Wisteria #C593D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.02%

R = 35.5%
G = 26.49%
B = 38.02%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C593D3 (or 0xC593D3) is known color: Wisteria. HEX triplet: C5, 93 and D3. RGB value is (197,147,211). Sum of RGB (Red+Green+Blue) = 197+147+211=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 211 - color contains mainly: blue. Hex color #C593D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C593D3 is #3A6C2C. Grayscale: #A9A9A9. Windows color (decimal): -3828781 or 13865925. OLE color: 13865925.

HSL color Cylindrical-coordinate representation of color #C593D3: hue angle of 286.88º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C593D3 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 197 147 211 -
CMYK 0.07 0.30 0 0.17
HSL 286.88º 0.42% 0.7% -
HSV(B) 286.88º 0.3% 0.83% -
XYZ 45.22 37.44 66.47 -
YUV 169.25 151.57 147.8 -
System Red Green Blue C M Y K H S L
Decimal 197 147 211 0.07 0.30 0 0.17 286.88 0.42 0.7
Hex C5 93 D3 7 1E 0 11 11F 2A 46
Octal 305 223 323 7 36 0 21 437 52 106
Binary 11000101 10010011 11010011 111 11110 0 10001 100011111 101010 1000110

Color Harmonies of #C593D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C593D3

Black with #C593D3

Text Example


Text Example

White with #C593D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C593D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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