Html Css Color HEX #C57EDC Wisteria

📋 copy color: '#C57EDC'

red 197 ◦ green 126 ◦ blue 220

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

Shades of Wisteria #C57EDC

Tints of Wisteria #C57EDC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.2%

 BLUE value IS 220 (86.33% from 255) = 40.52%

R = 36.28%
G = 23.2%
B = 40.52%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C57EDC (or 0xC57EDC) is known color: Wisteria. HEX triplet: C5, 7E and DC. RGB value is (197,126,220). Sum of RGB (Red+Green+Blue) = 197+126+220=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 126 (49.61% from 255 or 23.20% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #C57EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57EDC is #3A8123. Grayscale: #9D9D9D. Windows color (decimal): -3834148 or 14450373. OLE color: 14450373.

HSL color Cylindrical-coordinate representation of color #C57EDC: hue angle of 285.32º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C57EDC is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 126 220 -
CMYK 0.10 0.43 0 0.14
HSL 285.32º 0.57% 0.68% -
HSV(B) 285.32º 0.43% 0.86% -
XYZ 43.41 31.96 71.59 -
YUV 157.95 163.02 155.86 -
System Red Green Blue C M Y K H S L
Decimal 197 126 220 0.10 0.43 0 0.14 285.32 0.57 0.68
Hex C5 7E DC A 2B 0 E 11D 39 44
Octal 305 176 334 12 53 0 16 435 71 104
Binary 11000101 1111110 11011100 1010 101011 0 1110 100011101 111001 1000100

Color Harmonies of #C57EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57EDC

Black with #C57EDC

Text Example


Text Example

White with #C57EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57EDC; }

 p { color: rgb(197,126,220); }

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

background-color css

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

 a { background-color: rgb(197,126,220); }

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

border-color css

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

 span { border-color: rgb(197,126,220); }

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