Html Css Color HEX #C73DDC Medium Orchid

📋 copy color: '#C73DDC'

red 199 ◦ green 61 ◦ blue 220

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

Shades of Medium Orchid #C73DDC

Tints of Medium Orchid #C73DDC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.71%

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

R = 41.46%
G = 12.71%
B = 45.83%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C73DDC (or 0xC73DDC) is known color: Medium Orchid. HEX triplet: C7, 3D and DC. RGB value is (199,61,220). Sum of RGB (Red+Green+Blue) = 199+61+220=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 61 (24.22% from 255 or 12.71% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #C73DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73DDC is #38C223. Grayscale: #777777. Windows color (decimal): -3719716 or 14433735. OLE color: 14433735.

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

Color convert

RGB 199 61 220 -
CMYK 0.10 0.72 0 0.14
HSL 292.08º 0.69% 0.55% -
HSV(B) 292.08º 0.72% 0.86% -
XYZ 38.14 20.65 69.69 -
YUV 120.39 184.22 184.07 -
System Red Green Blue C M Y K H S L
Decimal 199 61 220 0.10 0.72 0 0.14 292.08 0.69 0.55
Hex C7 3D DC A 48 0 E 124 45 37
Octal 307 75 334 12 110 0 16 444 105 67
Binary 11000111 111101 11011100 1010 1001000 0 1110 100100100 1000101 110111

Color Harmonies of #C73DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73DDC

Black with #C73DDC

Text Example


Text Example

White with #C73DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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