Html Css Color HEX #C73FFD Medium Orchid

📋 copy color: '#C73FFD'

red 199 ◦ green 63 ◦ blue 253

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

Shades of Medium Orchid #C73FFD

Tints of Medium Orchid #C73FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.13%

R = 38.64%
G = 12.23%
B = 49.13%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C73FFD (or 0xC73FFD) is known color: Medium Orchid. HEX triplet: C7, 3F and FD. RGB value is (199,63,253). Sum of RGB (Red+Green+Blue) = 199+63+253=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 63 (25% from 255 or 12.23% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #C73FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73FFD is #38C002. Grayscale: #7C7C7C. Windows color (decimal): -3719171 or 16596935. OLE color: 16596935.

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

Color convert

RGB 199 63 253 -
CMYK 0.21 0.75 0 0.01
HSL 282.95º 0.98% 0.62% -
HSV(B) 282.95º 0.75% 0.99% -
XYZ 43.06 22.79 95.06 -
YUV 125.32 200.06 180.55 -
System Red Green Blue C M Y K H S L
Decimal 199 63 253 0.21 0.75 0 0.01 282.95 0.98 0.62
Hex C7 3F FD 15 4B 0 1 11B 62 3E
Octal 307 77 375 25 113 0 1 433 142 76
Binary 11000111 111111 11111101 10101 1001011 0 1 100011011 1100010 111110

Color Harmonies of #C73FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73FFD

Black with #C73FFD

Text Example


Text Example

White with #C73FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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