Html Css Color HEX #C73DFC Medium Orchid

📋 copy color: '#C73DFC'

red 199 ◦ green 61 ◦ blue 252

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

Shades of Medium Orchid #C73DFC

Tints of Medium Orchid #C73DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.22%

R = 38.87%
G = 11.91%
B = 49.22%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C73DFC (or 0xC73DFC) is known color: Medium Orchid. HEX triplet: C7, 3D and FC. RGB value is (199,61,252). Sum of RGB (Red+Green+Blue) = 199+61+252=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 61 (24.22% from 255 or 11.91% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #C73DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73DFC is #38C203. Grayscale: #7B7B7B. Windows color (decimal): -3719684 or 16530887. OLE color: 16530887.

HSL color Cylindrical-coordinate representation of color #C73DFC: hue angle of 283.35º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C73DFC is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 199 61 252 -
CMYK 0.21 0.76 0 0.01
HSL 283.35º 0.97% 0.61% -
HSV(B) 283.35º 0.76% 0.99% -
XYZ 42.79 22.51 94.18 -
YUV 124.04 200.22 181.47 -
System Red Green Blue C M Y K H S L
Decimal 199 61 252 0.21 0.76 0 0.01 283.35 0.97 0.61
Hex C7 3D FC 15 4C 0 1 11B 61 3D
Octal 307 75 374 25 114 0 1 433 141 75
Binary 11000111 111101 11111100 10101 1001100 0 1 100011011 1100001 111101

Color Harmonies of #C73DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73DFC

Black with #C73DFC

Text Example


Text Example

White with #C73DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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