Html Css Color HEX #C57FDA Wisteria

📋 copy color: '#C57FDA'

red 197 ◦ green 127 ◦ blue 218

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

Shades of Wisteria #C57FDA

Tints of Wisteria #C57FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 23.43%

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

R = 36.35%
G = 23.43%
B = 40.22%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C57FDA (or 0xC57FDA) is known color: Wisteria. HEX triplet: C5, 7F and DA. RGB value is (197,127,218). Sum of RGB (Red+Green+Blue) = 197+127+218=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 127 (50% from 255 or 23.43% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #C57FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57FDA is #3A8025. Grayscale: #9E9E9E. Windows color (decimal): -3833894 or 14319557. OLE color: 14319557.

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

Color convert

RGB 197 127 218 -
CMYK 0.10 0.42 0 0.15
HSL 286.15º 0.55% 0.68% -
HSV(B) 286.15º 0.42% 0.85% -
XYZ 43.27 32.11 70.25 -
YUV 158.3 161.69 155.6 -
System Red Green Blue C M Y K H S L
Decimal 197 127 218 0.10 0.42 0 0.15 286.15 0.55 0.68
Hex C5 7F DA A 2A 0 F 11E 37 44
Octal 305 177 332 12 52 0 17 436 67 104
Binary 11000101 1111111 11011010 1010 101010 0 1111 100011110 110111 1000100

Color Harmonies of #C57FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57FDA

Black with #C57FDA

Text Example


Text Example

White with #C57FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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