Html Css Color HEX #C730EC Medium Orchid

📋 copy color: '#C730EC'

red 199 ◦ green 48 ◦ blue 236

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

Shades of Medium Orchid #C730EC

Tints of Medium Orchid #C730EC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.94%

 BLUE value IS 236 (92.58% from 255) = 48.86%

R = 41.2%
G = 9.94%
B = 48.86%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C730EC (or 0xC730EC) is known color: Medium Orchid. HEX triplet: C7, 30 and EC. RGB value is (199,48,236). Sum of RGB (Red+Green+Blue) = 199+48+236=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 48 (19.14% from 255 or 9.94% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #C730EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C730EC is #38CF13. Grayscale: #717171. Windows color (decimal): -3723028 or 15478983. OLE color: 15478983.

HSL color Cylindrical-coordinate representation of color #C730EC: hue angle of 288.19º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C730EC is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 48 236 -
CMYK 0.16 0.80 0 0.07
HSL 288.19º 0.83% 0.56% -
HSV(B) 288.19º 0.8% 0.93% -
XYZ 39.75 20.31 81.18 -
YUV 114.58 196.53 188.21 -
System Red Green Blue C M Y K H S L
Decimal 199 48 236 0.16 0.80 0 0.07 288.19 0.83 0.56
Hex C7 30 EC 10 50 0 7 120 53 38
Octal 307 60 354 20 120 0 7 440 123 70
Binary 11000111 110000 11101100 10000 1010000 0 111 100100000 1010011 111000

Color Harmonies of #C730EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C730EC

Black with #C730EC

Text Example


Text Example

White with #C730EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C730EC; }

 p { color: rgb(199,48,236); }

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

background-color css

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

 a { background-color: rgb(199,48,236); }

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

border-color css

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

 span { border-color: rgb(199,48,236); }

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