Html Css Color HEX #C73DD2 Medium Orchid

📋 copy color: '#C73DD2'

red 199 ◦ green 61 ◦ blue 210

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

Shades of Medium Orchid #C73DD2

Tints of Medium Orchid #C73DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.68%

R = 42.34%
G = 12.98%
B = 44.68%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C73DD2 (or 0xC73DD2) is known color: Medium Orchid. HEX triplet: C7, 3D and D2. RGB value is (199,61,210). Sum of RGB (Red+Green+Blue) = 199+61+210=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 61 (24.22% from 255 or 12.98% from 470); Blue value is 210 (82.42% from 255 or 44.68% from 470); Max value from RGB is 210 - color contains mainly: blue. Hex color #C73DD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73DD2 is #38C22D. Grayscale: #767676. Windows color (decimal): -3719726 or 13778375. OLE color: 13778375.

HSL color Cylindrical-coordinate representation of color #C73DD2: hue angle of 295.57º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73DD2 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 61 210 -
CMYK 0.05 0.71 0 0.18
HSL 295.57º 0.62% 0.53% -
HSV(B) 295.57º 0.71% 0.82% -
XYZ 36.85 20.13 62.92 -
YUV 119.25 179.22 184.88 -
System Red Green Blue C M Y K H S L
Decimal 199 61 210 0.05 0.71 0 0.18 295.57 0.62 0.53
Hex C7 3D D2 5 47 0 12 128 3E 35
Octal 307 75 322 5 107 0 22 450 76 65
Binary 11000111 111101 11010010 101 1000111 0 10010 100101000 111110 110101

Color Harmonies of #C73DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73DD2

Black with #C73DD2

Text Example


Text Example

White with #C73DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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