Html Css Color HEX #C73CDA Medium Orchid

📋 copy color: '#C73CDA'

red 199 ◦ green 60 ◦ blue 218

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

Shades of Medium Orchid #C73CDA

Tints of Medium Orchid #C73CDA

RGB

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

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

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

R = 41.72%
G = 12.58%
B = 45.7%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C73CDA (or 0xC73CDA) is known color: Medium Orchid. HEX triplet: C7, 3C and DA. RGB value is (199,60,218). Sum of RGB (Red+Green+Blue) = 199+60+218=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 60 (23.83% from 255 or 12.58% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #C73CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73CDA is #38C325. Grayscale: #777777. Windows color (decimal): -3719974 or 14302407. OLE color: 14302407.

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

Color convert

RGB 199 60 218 -
CMYK 0.09 0.72 0 0.15
HSL 292.78º 0.68% 0.55% -
HSV(B) 292.78º 0.72% 0.85% -
XYZ 37.82 20.44 68.28 -
YUV 119.57 183.55 184.65 -
System Red Green Blue C M Y K H S L
Decimal 199 60 218 0.09 0.72 0 0.15 292.78 0.68 0.55
Hex C7 3C DA 9 48 0 F 125 44 37
Octal 307 74 332 11 110 0 17 445 104 67
Binary 11000111 111100 11011010 1001 1001000 0 1111 100100101 1000100 110111

Color Harmonies of #C73CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73CDA

Black with #C73CDA

Text Example


Text Example

White with #C73CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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