Html Css Color HEX #C75ED8 Medium Orchid

📋 copy color: '#C75ED8'

red 199 ◦ green 94 ◦ blue 216

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

Shades of Medium Orchid #C75ED8

Tints of Medium Orchid #C75ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.44%

R = 39.1%
G = 18.47%
B = 42.44%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C75ED8 (or 0xC75ED8) is known color: Medium Orchid. HEX triplet: C7, 5E and D8. RGB value is (199,94,216). Sum of RGB (Red+Green+Blue) = 199+94+216=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 216 (84.77% from 255 or 42.44% from 509); Max value from RGB is 216 - color contains mainly: blue. Hex color #C75ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75ED8 is #38A127. Grayscale: #8A8A8A. Windows color (decimal): -3711272 or 14180039. OLE color: 14180039.

HSL color Cylindrical-coordinate representation of color #C75ED8: hue angle of 291.64º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C75ED8 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 94 216 -
CMYK 0.08 0.56 0 0.15
HSL 291.64º 0.61% 0.61% -
HSV(B) 291.64º 0.56% 0.85% -
XYZ 39.95 25.11 67.71 -
YUV 139.3 171.29 170.58 -
System Red Green Blue C M Y K H S L
Decimal 199 94 216 0.08 0.56 0 0.15 291.64 0.61 0.61
Hex C7 5E D8 8 38 0 F 124 3D 3D
Octal 307 136 330 10 70 0 17 444 75 75
Binary 11000111 1011110 11011000 1000 111000 0 1111 100100100 111101 111101

Color Harmonies of #C75ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75ED8

Black with #C75ED8

Text Example


Text Example

White with #C75ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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