Html Css Color HEX #C75DD8 Medium Orchid

📋 copy color: '#C75DD8'

red 199 ◦ green 93 ◦ blue 216

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

Shades of Medium Orchid #C75DD8

Tints of Medium Orchid #C75DD8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.31%

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

R = 39.17%
G = 18.31%
B = 42.52%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C75DD8 (or 0xC75DD8) is known color: Medium Orchid. HEX triplet: C7, 5D and D8. RGB value is (199,93,216). Sum of RGB (Red+Green+Blue) = 199+93+216=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 93 (36.72% from 255 or 18.31% from 508); Blue value is 216 (84.77% from 255 or 42.52% from 508); Max value from RGB is 216 - color contains mainly: blue. Hex color #C75DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75DD8 is #38A227. Grayscale: #8A8A8A. Windows color (decimal): -3711528 or 14179783. OLE color: 14179783.

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

Color convert

RGB 199 93 216 -
CMYK 0.08 0.57 0 0.15
HSL 291.71º 0.61% 0.61% -
HSV(B) 291.71º 0.57% 0.85% -
XYZ 39.86 24.93 67.68 -
YUV 138.72 171.62 171 -
System Red Green Blue C M Y K H S L
Decimal 199 93 216 0.08 0.57 0 0.15 291.71 0.61 0.61
Hex C7 5D D8 8 39 0 F 124 3D 3D
Octal 307 135 330 10 71 0 17 444 75 75
Binary 11000111 1011101 11011000 1000 111001 0 1111 100100100 111101 111101

Color Harmonies of #C75DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75DD8

Black with #C75DD8

Text Example


Text Example

White with #C75DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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