Html Css Color HEX #C57FBE Orchid

📋 copy color: '#C57FBE'

red 197 ◦ green 127 ◦ blue 190

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

Shades of Orchid #C57FBE

Tints of Orchid #C57FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.96%

R = 38.33%
G = 24.71%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C57FBE (or 0xC57FBE) is known color: Orchid. HEX triplet: C5, 7F and BE. RGB value is (197,127,190). Sum of RGB (Red+Green+Blue) = 197+127+190=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 197 - color contains mainly: red. Hex color #C57FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57FBE is #3A8041. Grayscale: #9A9A9A. Windows color (decimal): -3833922 or 12484549. OLE color: 12484549.

HSL color Cylindrical-coordinate representation of color #C57FBE: hue angle of 306º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C57FBE is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 127 190 -
CMYK 0 0.36 0.04 0.23
HSL 306º 0.38% 0.64% -
HSV(B) 306º 0.36% 0.77% -
XYZ 39.91 30.77 52.55 -
YUV 155.11 147.69 157.88 -
System Red Green Blue C M Y K H S L
Decimal 197 127 190 0 0.36 0.04 0.23 306 0.38 0.64
Hex C5 7F BE 0 24 4 17 132 26 40
Octal 305 177 276 0 44 4 27 462 46 100
Binary 11000101 1111111 10111110 0 100100 100 10111 100110010 100110 1000000

Color Harmonies of #C57FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57FBE

Black with #C57FBE

Text Example


Text Example

White with #C57FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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