Html Css Color HEX #C750DC Medium Orchid

📋 copy color: '#C750DC'

red 199 ◦ green 80 ◦ blue 220

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

Shades of Medium Orchid #C750DC

Tints of Medium Orchid #C750DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.09%

R = 39.88%
G = 16.03%
B = 44.09%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C750DC (or 0xC750DC) is known color: Medium Orchid. HEX triplet: C7, 50 and DC. RGB value is (199,80,220). Sum of RGB (Red+Green+Blue) = 199+80+220=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 80 (31.64% from 255 or 16.03% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #C750DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C750DC is #38AF23. Grayscale: #838383. Windows color (decimal): -3714852 or 14438599. OLE color: 14438599.

HSL color Cylindrical-coordinate representation of color #C750DC: hue angle of 291º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C750DC is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 80 220 -
CMYK 0.10 0.64 0 0.14
HSL 291º 0.67% 0.59% -
HSV(B) 291º 0.64% 0.86% -
XYZ 39.34 23.05 70.09 -
YUV 131.54 177.92 176.12 -
System Red Green Blue C M Y K H S L
Decimal 199 80 220 0.10 0.64 0 0.14 291 0.67 0.59
Hex C7 50 DC A 40 0 E 123 43 3B
Octal 307 120 334 12 100 0 16 443 103 73
Binary 11000111 1010000 11011100 1010 1000000 0 1110 100100011 1000011 111011

Color Harmonies of #C750DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C750DC

Black with #C750DC

Text Example


Text Example

White with #C750DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C750DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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