Html Css Color HEX #C750DF Medium Orchid

📋 copy color: '#C750DF'

red 199 ◦ green 80 ◦ blue 223

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

Shades of Medium Orchid #C750DF

Tints of Medium Orchid #C750DF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.94%

 BLUE value IS 223 (87.5% from 255) = 44.42%

R = 39.64%
G = 15.94%
B = 44.42%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C750DF (or 0xC750DF) is known color: Medium Orchid. HEX triplet: C7, 50 and DF. RGB value is (199,80,223). Sum of RGB (Red+Green+Blue) = 199+80+223=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 80 (31.64% from 255 or 15.94% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #C750DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C750DF is #38AF20. Grayscale: #838383. Windows color (decimal): -3714849 or 14635207. OLE color: 14635207.

HSL color Cylindrical-coordinate representation of color #C750DF: hue angle of 289.93º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C750DF is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 80 223 -
CMYK 0.11 0.64 0 0.13
HSL 289.93º 0.69% 0.59% -
HSV(B) 289.93º 0.64% 0.87% -
XYZ 39.74 23.21 72.2 -
YUV 131.88 179.42 175.87 -
System Red Green Blue C M Y K H S L
Decimal 199 80 223 0.11 0.64 0 0.13 289.93 0.69 0.59
Hex C7 50 DF B 40 0 D 122 45 3B
Octal 307 120 337 13 100 0 15 442 105 73
Binary 11000111 1010000 11011111 1011 1000000 0 1101 100100010 1000101 111011

Color Harmonies of #C750DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C750DF

Black with #C750DF

Text Example


Text Example

White with #C750DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C750DF; }

 p { color: rgb(199,80,223); }

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

background-color css

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

 a { background-color: rgb(199,80,223); }

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

border-color css

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

 span { border-color: rgb(199,80,223); }

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