Html Css Color HEX #C75ED1 Medium Orchid

📋 copy color: '#C75ED1'

red 199 ◦ green 94 ◦ blue 209

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

Shades of Medium Orchid #C75ED1

Tints of Medium Orchid #C75ED1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.73%

 BLUE value IS 209 (82.03% from 255) = 41.63%

R = 39.64%
G = 18.73%
B = 41.63%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C75ED1 (or 0xC75ED1) is known color: Medium Orchid. HEX triplet: C7, 5E and D1. RGB value is (199,94,209). Sum of RGB (Red+Green+Blue) = 199+94+209=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 94 (37.11% from 255 or 18.73% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 209 - color contains mainly: blue. Hex color #C75ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75ED1 is #38A12E. Grayscale: #8A8A8A. Windows color (decimal): -3711279 or 13721287. OLE color: 13721287.

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

Color convert

RGB 199 94 209 -
CMYK 0.05 0.55 0 0.18
HSL 294.78º 0.56% 0.59% -
HSV(B) 294.78º 0.55% 0.82% -
XYZ 39.06 24.75 63.04 -
YUV 138.51 167.79 171.15 -
System Red Green Blue C M Y K H S L
Decimal 199 94 209 0.05 0.55 0 0.18 294.78 0.56 0.59
Hex C7 5E D1 5 37 0 12 127 38 3B
Octal 307 136 321 5 67 0 22 447 70 73
Binary 11000111 1011110 11010001 101 110111 0 10010 100100111 111000 111011

Color Harmonies of #C75ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75ED1

Black with #C75ED1

Text Example


Text Example

White with #C75ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75ED1; }

 p { color: rgb(199,94,209); }

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

background-color css

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

 a { background-color: rgb(199,94,209); }

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

border-color css

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

 span { border-color: rgb(199,94,209); }

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