Html Css Color HEX #C73CD2 Medium Orchid

📋 copy color: '#C73CD2'

red 199 ◦ green 60 ◦ blue 210

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

Shades of Medium Orchid #C73CD2

Tints of Medium Orchid #C73CD2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.79%

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

R = 42.43%
G = 12.79%
B = 44.78%

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

#C73CD2 (or 0xC73CD2) is known color: Medium Orchid. HEX triplet: C7, 3C and D2. RGB value is (199,60,210). Sum of RGB (Red+Green+Blue) = 199+60+210=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 60 (23.83% from 255 or 12.79% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 210 - color contains mainly: blue. Hex color #C73CD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73CD2 is #38C32D. Grayscale: #767676. Windows color (decimal): -3719982 or 13778119. OLE color: 13778119.

HSL color Cylindrical-coordinate representation of color #C73CD2: hue angle of 295.6º 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 #C73CD2 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 60 210 -
CMYK 0.05 0.71 0 0.18
HSL 295.6º 0.63% 0.53% -
HSV(B) 295.6º 0.71% 0.82% -
XYZ 36.8 20.03 62.9 -
YUV 118.66 179.55 185.3 -
System Red Green Blue C M Y K H S L
Decimal 199 60 210 0.05 0.71 0 0.18 295.6 0.63 0.53
Hex C7 3C D2 5 47 0 12 128 3E 35
Octal 307 74 322 5 107 0 22 450 76 65
Binary 11000111 111100 11010010 101 1000111 0 10010 100101000 111110 110101

Color Harmonies of #C73CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73CD2

Black with #C73CD2

Text Example


Text Example

White with #C73CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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