Html Css Color HEX #C730D7 Medium Orchid

📋 copy color: '#C730D7'

red 199 ◦ green 48 ◦ blue 215

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

Shades of Medium Orchid #C730D7

Tints of Medium Orchid #C730D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.54%

R = 43.07%
G = 10.39%
B = 46.54%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C730D7 (or 0xC730D7) is known color: Medium Orchid. HEX triplet: C7, 30 and D7. RGB value is (199,48,215). Sum of RGB (Red+Green+Blue) = 199+48+215=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 48 (19.14% from 255 or 10.39% from 462); Blue value is 215 (84.38% from 255 or 46.54% from 462); Max value from RGB is 215 - color contains mainly: blue. Hex color #C730D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C730D7 is #38CF28. Grayscale: #6F6F6F. Windows color (decimal): -3723049 or 14102727. OLE color: 14102727.

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

Color convert

RGB 199 48 215 -
CMYK 0.07 0.78 0 0.16
HSL 294.25º 0.68% 0.52% -
HSV(B) 294.25º 0.78% 0.84% -
XYZ 36.88 19.16 66.05 -
YUV 112.19 186.03 189.92 -
System Red Green Blue C M Y K H S L
Decimal 199 48 215 0.07 0.78 0 0.16 294.25 0.68 0.52
Hex C7 30 D7 7 4E 0 10 126 44 34
Octal 307 60 327 7 116 0 20 446 104 64
Binary 11000111 110000 11010111 111 1001110 0 10000 100100110 1000100 110100

Color Harmonies of #C730D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C730D7

Black with #C730D7

Text Example


Text Example

White with #C730D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C730D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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