Html Css Color HEX #C57EDF Wisteria

📋 copy color: '#C57EDF'

red 197 ◦ green 126 ◦ blue 223

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

Shades of Wisteria #C57EDF

Tints of Wisteria #C57EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.84%

R = 36.08%
G = 23.08%
B = 40.84%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C57EDF (or 0xC57EDF) is known color: Wisteria. HEX triplet: C5, 7E and DF. RGB value is (197,126,223). Sum of RGB (Red+Green+Blue) = 197+126+223=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #C57EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57EDF is #3A8120. Grayscale: #9D9D9D. Windows color (decimal): -3834145 or 14646981. OLE color: 14646981.

HSL color Cylindrical-coordinate representation of color #C57EDF: hue angle of 283.92º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C57EDF is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 126 223 -
CMYK 0.12 0.43 0 0.13
HSL 283.92º 0.6% 0.68% -
HSV(B) 283.92º 0.43% 0.87% -
XYZ 43.81 32.12 73.7 -
YUV 158.29 164.52 155.61 -
System Red Green Blue C M Y K H S L
Decimal 197 126 223 0.12 0.43 0 0.13 283.92 0.6 0.68
Hex C5 7E DF C 2B 0 D 11C 3C 44
Octal 305 176 337 14 53 0 15 434 74 104
Binary 11000101 1111110 11011111 1100 101011 0 1101 100011100 111100 1000100

Color Harmonies of #C57EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57EDF

Black with #C57EDF

Text Example


Text Example

White with #C57EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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