Html Css Color HEX #C57DDF Wisteria

📋 copy color: '#C57DDF'

red 197 ◦ green 125 ◦ blue 223

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

Shades of Wisteria #C57DDF

Tints of Wisteria #C57DDF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.94%

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

R = 36.15%
G = 22.94%
B = 40.92%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C57DDF (or 0xC57DDF) is known color: Wisteria. HEX triplet: C5, 7D and DF. RGB value is (197,125,223). Sum of RGB (Red+Green+Blue) = 197+125+223=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #C57DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57DDF is #3A8220. Grayscale: #9D9D9D. Windows color (decimal): -3834401 or 14646725. OLE color: 14646725.

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

Color convert

RGB 197 125 223 -
CMYK 0.12 0.44 0 0.13
HSL 284.08º 0.6% 0.68% -
HSV(B) 284.08º 0.44% 0.87% -
XYZ 43.68 31.87 73.66 -
YUV 157.7 164.85 156.03 -
System Red Green Blue C M Y K H S L
Decimal 197 125 223 0.12 0.44 0 0.13 284.08 0.6 0.68
Hex C5 7D DF C 2C 0 D 11C 3C 44
Octal 305 175 337 14 54 0 15 434 74 104
Binary 11000101 1111101 11011111 1100 101100 0 1101 100011100 111100 1000100

Color Harmonies of #C57DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57DDF

Black with #C57DDF

Text Example


Text Example

White with #C57DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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