Html Css Color HEX #C757D0 Medium Orchid

📋 copy color: '#C757D0'

red 199 ◦ green 87 ◦ blue 208

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

Shades of Medium Orchid #C757D0

Tints of Medium Orchid #C757D0

RGB

 RED value IS 199 (78.13% from 255) = 40.28%

 GREEN value IS 87 (34.38% from 255) = 17.61%

 BLUE value IS 208 (81.64% from 255) = 42.11%

R = 40.28%
G = 17.61%
B = 42.11%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C757D0 (or 0xC757D0) is known color: Medium Orchid. HEX triplet: C7, 57 and D0. RGB value is (199,87,208). Sum of RGB (Red+Green+Blue) = 199+87+208=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 87 (34.38% from 255 or 17.61% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #C757D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C757D0 is #38A82F. Grayscale: #858585. Windows color (decimal): -3713072 or 13653959. OLE color: 13653959.

HSL color Cylindrical-coordinate representation of color #C757D0: hue angle of 295.54º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C757D0 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 87 208 -
CMYK 0.04 0.58 0 0.18
HSL 295.54º 0.56% 0.58% -
HSV(B) 295.54º 0.58% 0.82% -
XYZ 38.35 23.51 62.19 -
YUV 134.28 169.61 174.16 -
System Red Green Blue C M Y K H S L
Decimal 199 87 208 0.04 0.58 0 0.18 295.54 0.56 0.58
Hex C7 57 D0 4 3A 0 12 128 38 3A
Octal 307 127 320 4 72 0 22 450 70 72
Binary 11000111 1010111 11010000 100 111010 0 10010 100101000 111000 111010

Color Harmonies of #C757D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C757D0

Black with #C757D0

Text Example


Text Example

White with #C757D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C757D0; }

 p { color: rgb(199,87,208); }

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

background-color css

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

 a { background-color: rgb(199,87,208); }

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

border-color css

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

 span { border-color: rgb(199,87,208); }

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