Html Css Color HEX #C730EE Medium Orchid

📋 copy color: '#C730EE'

red 199 ◦ green 48 ◦ blue 238

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

Shades of Medium Orchid #C730EE

Tints of Medium Orchid #C730EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.07%

R = 41.03%
G = 9.9%
B = 49.07%

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

#C730EE (or 0xC730EE) is known color: Medium Orchid. HEX triplet: C7, 30 and EE. RGB value is (199,48,238). Sum of RGB (Red+Green+Blue) = 199+48+238=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 48 (19.14% from 255 or 9.90% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #C730EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C730EE is #38CF11. Grayscale: #727272. Windows color (decimal): -3723026 or 15610055. OLE color: 15610055.

HSL color Cylindrical-coordinate representation of color #C730EE: hue angle of 287.68º degrees, saturation: 0.85, 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 #C730EE is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 48 238 -
CMYK 0.16 0.80 0 0.07
HSL 287.68º 0.85% 0.56% -
HSV(B) 287.68º 0.8% 0.93% -
XYZ 40.04 20.43 82.72 -
YUV 114.81 197.53 188.05 -
System Red Green Blue C M Y K H S L
Decimal 199 48 238 0.16 0.80 0 0.07 287.68 0.85 0.56
Hex C7 30 EE 10 50 0 7 120 55 38
Octal 307 60 356 20 120 0 7 440 125 70
Binary 11000111 110000 11101110 10000 1010000 0 111 100100000 1010101 111000

Color Harmonies of #C730EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C730EE

Black with #C730EE

Text Example


Text Example

White with #C730EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C730EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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