Html Css Color HEX #C750D6 Medium Orchid

📋 copy color: '#C750D6'

red 199 ◦ green 80 ◦ blue 214

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

Shades of Medium Orchid #C750D6

Tints of Medium Orchid #C750D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.41%

R = 40.37%
G = 16.23%
B = 43.41%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C750D6 (or 0xC750D6) is known color: Medium Orchid. HEX triplet: C7, 50 and D6. RGB value is (199,80,214). Sum of RGB (Red+Green+Blue) = 199+80+214=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 80 (31.64% from 255 or 16.23% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 214 - color contains mainly: blue. Hex color #C750D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C750D6 is #38AF29. Grayscale: #828282. Windows color (decimal): -3714858 or 14045383. OLE color: 14045383.

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

Color convert

RGB 199 80 214 -
CMYK 0.07 0.63 0 0.16
HSL 293.28º 0.62% 0.58% -
HSV(B) 293.28º 0.63% 0.84% -
XYZ 38.56 22.73 65.97 -
YUV 130.86 174.92 176.6 -
System Red Green Blue C M Y K H S L
Decimal 199 80 214 0.07 0.63 0 0.16 293.28 0.62 0.58
Hex C7 50 D6 7 3F 0 10 125 3E 3A
Octal 307 120 326 7 77 0 20 445 76 72
Binary 11000111 1010000 11010110 111 111111 0 10000 100100101 111110 111010

Color Harmonies of #C750D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C750D6

Black with #C750D6

Text Example


Text Example

White with #C750D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C750D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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