Html Css Color HEX #C75ED7 Medium Orchid

📋 copy color: '#C75ED7'

red 199 ◦ green 94 ◦ blue 215

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

Shades of Medium Orchid #C75ED7

Tints of Medium Orchid #C75ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.32%

R = 39.17%
G = 18.5%
B = 42.32%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C75ED7 (or 0xC75ED7) is known color: Medium Orchid. HEX triplet: C7, 5E and D7. RGB value is (199,94,215). Sum of RGB (Red+Green+Blue) = 199+94+215=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 94 (37.11% from 255 or 18.50% from 508); Blue value is 215 (84.38% from 255 or 42.32% from 508); Max value from RGB is 215 - color contains mainly: blue. Hex color #C75ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75ED7 is #38A128. Grayscale: #8A8A8A. Windows color (decimal): -3711273 or 14114503. OLE color: 14114503.

HSL color Cylindrical-coordinate representation of color #C75ED7: hue angle of 292.07º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C75ED7 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 94 215 -
CMYK 0.07 0.56 0 0.16
HSL 292.07º 0.6% 0.61% -
HSV(B) 292.07º 0.56% 0.84% -
XYZ 39.82 25.05 67.03 -
YUV 139.19 170.79 170.66 -
System Red Green Blue C M Y K H S L
Decimal 199 94 215 0.07 0.56 0 0.16 292.07 0.6 0.61
Hex C7 5E D7 7 38 0 10 124 3C 3D
Octal 307 136 327 7 70 0 20 444 74 75
Binary 11000111 1011110 11010111 111 111000 0 10000 100100100 111100 111101

Color Harmonies of #C75ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75ED7

Black with #C75ED7

Text Example


Text Example

White with #C75ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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