Html Css Color HEX #C730DC Medium Orchid

📋 copy color: '#C730DC'

red 199 ◦ green 48 ◦ blue 220

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

Shades of Medium Orchid #C730DC

Tints of Medium Orchid #C730DC

RGB

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

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

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

R = 42.61%
G = 10.28%
B = 47.11%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C730DC (or 0xC730DC) is known color: Medium Orchid. HEX triplet: C7, 30 and DC. RGB value is (199,48,220). Sum of RGB (Red+Green+Blue) = 199+48+220=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 48 (19.14% from 255 or 10.28% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #C730DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C730DC is #38CF23. Grayscale: #707070. Windows color (decimal): -3723044 or 14430407. OLE color: 14430407.

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

Color convert

RGB 199 48 220 -
CMYK 0.10 0.78 0 0.14
HSL 292.67º 0.71% 0.53% -
HSV(B) 292.67º 0.78% 0.86% -
XYZ 37.53 19.42 69.48 -
YUV 112.76 188.53 189.51 -
System Red Green Blue C M Y K H S L
Decimal 199 48 220 0.10 0.78 0 0.14 292.67 0.71 0.53
Hex C7 30 DC A 4E 0 E 125 47 35
Octal 307 60 334 12 116 0 16 445 107 65
Binary 11000111 110000 11011100 1010 1001110 0 1110 100100101 1000111 110101

Color Harmonies of #C730DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C730DC

Black with #C730DC

Text Example


Text Example

White with #C730DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C730DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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