Html Css Color HEX #C73CD7 Medium Orchid

📋 copy color: '#C73CD7'

red 199 ◦ green 60 ◦ blue 215

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

Shades of Medium Orchid #C73CD7

Tints of Medium Orchid #C73CD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.36%

R = 41.98%
G = 12.66%
B = 45.36%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C73CD7 (or 0xC73CD7) is known color: Medium Orchid. HEX triplet: C7, 3C and D7. RGB value is (199,60,215). Sum of RGB (Red+Green+Blue) = 199+60+215=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 60 (23.83% from 255 or 12.66% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 215 - color contains mainly: blue. Hex color #C73CD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73CD7 is #38C328. Grayscale: #767676. Windows color (decimal): -3719977 or 14105799. OLE color: 14105799.

HSL color Cylindrical-coordinate representation of color #C73CD7: hue angle of 293.81º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C73CD7 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 60 215 -
CMYK 0.07 0.72 0 0.16
HSL 293.81º 0.66% 0.54% -
HSV(B) 293.81º 0.72% 0.84% -
XYZ 37.43 20.28 66.23 -
YUV 119.23 182.05 184.9 -
System Red Green Blue C M Y K H S L
Decimal 199 60 215 0.07 0.72 0 0.16 293.81 0.66 0.54
Hex C7 3C D7 7 48 0 10 126 42 36
Octal 307 74 327 7 110 0 20 446 102 66
Binary 11000111 111100 11010111 111 1001000 0 10000 100100110 1000010 110110

Color Harmonies of #C73CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73CD7

Black with #C73CD7

Text Example


Text Example

White with #C73CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73CD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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