Html Css Color HEX #C73FDA Medium Orchid

📋 copy color: '#C73FDA'

red 199 ◦ green 63 ◦ blue 218

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

Shades of Medium Orchid #C73FDA

Tints of Medium Orchid #C73FDA

RGB

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

 GREEN value IS 63 (25% from 255) = 13.13%

 BLUE value IS 218 (85.55% from 255) = 45.42%

R = 41.46%
G = 13.13%
B = 45.42%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C73FDA (or 0xC73FDA) is known color: Medium Orchid. HEX triplet: C7, 3F and DA. RGB value is (199,63,218). Sum of RGB (Red+Green+Blue) = 199+63+218=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 63 (25% from 255 or 13.12% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #C73FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73FDA is #38C025. Grayscale: #787878. Windows color (decimal): -3719206 or 14303175. OLE color: 14303175.

HSL color Cylindrical-coordinate representation of color #C73FDA: hue angle of 292.65º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73FDA is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 63 218 -
CMYK 0.09 0.71 0 0.15
HSL 292.65º 0.68% 0.55% -
HSV(B) 292.65º 0.71% 0.85% -
XYZ 37.99 20.76 68.33 -
YUV 121.33 182.56 183.4 -
System Red Green Blue C M Y K H S L
Decimal 199 63 218 0.09 0.71 0 0.15 292.65 0.68 0.55
Hex C7 3F DA 9 47 0 F 125 44 37
Octal 307 77 332 11 107 0 17 445 104 67
Binary 11000111 111111 11011010 1001 1000111 0 1111 100100101 1000100 110111

Color Harmonies of #C73FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73FDA

Black with #C73FDA

Text Example


Text Example

White with #C73FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73FDA; }

 p { color: rgb(199,63,218); }

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

background-color css

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

 a { background-color: rgb(199,63,218); }

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

border-color css

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

 span { border-color: rgb(199,63,218); }

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