Html Css Color HEX #C73DD4 Medium Orchid

📋 copy color: '#C73DD4'

red 199 ◦ green 61 ◦ blue 212

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

Shades of Medium Orchid #C73DD4

Tints of Medium Orchid #C73DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.92%

R = 42.16%
G = 12.92%
B = 44.92%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C73DD4 (or 0xC73DD4) is known color: Medium Orchid. HEX triplet: C7, 3D and D4. RGB value is (199,61,212). Sum of RGB (Red+Green+Blue) = 199+61+212=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 61 (24.22% from 255 or 12.92% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 212 - color contains mainly: blue. Hex color #C73DD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73DD4 is #38C22B. Grayscale: #777777. Windows color (decimal): -3719724 or 13909447. OLE color: 13909447.

HSL color Cylindrical-coordinate representation of color #C73DD4: hue angle of 294.83º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73DD4 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 199 61 212 -
CMYK 0.06 0.71 0 0.17
HSL 294.83º 0.64% 0.54% -
HSV(B) 294.83º 0.71% 0.83% -
XYZ 37.11 20.23 64.24 -
YUV 119.48 180.22 184.72 -
System Red Green Blue C M Y K H S L
Decimal 199 61 212 0.06 0.71 0 0.17 294.83 0.64 0.54
Hex C7 3D D4 6 47 0 11 127 40 36
Octal 307 75 324 6 107 0 21 447 100 66
Binary 11000111 111101 11010100 110 1000111 0 10001 100100111 1000000 110110

Color Harmonies of #C73DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73DD4

Black with #C73DD4

Text Example


Text Example

White with #C73DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73DD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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