Html Css Color HEX #C73CFD Medium Orchid

📋 copy color: '#C73CFD'

red 199 ◦ green 60 ◦ blue 253

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

Shades of Medium Orchid #C73CFD

Tints of Medium Orchid #C73CFD

RGB

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

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

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

R = 38.87%
G = 11.72%
B = 49.41%

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

#C73CFD (or 0xC73CFD) is known color: Medium Orchid. HEX triplet: C7, 3C and FD. RGB value is (199,60,253). Sum of RGB (Red+Green+Blue) = 199+60+253=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 60 (23.83% from 255 or 11.72% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #C73CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73CFD is #38C302. Grayscale: #7A7A7A. Windows color (decimal): -3719939 or 16596167. OLE color: 16596167.

HSL color Cylindrical-coordinate representation of color #C73CFD: hue angle of 283.21º degrees, saturation: 0.98, 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 #C73CFD is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 199 60 253 -
CMYK 0.21 0.76 0 0.01
HSL 283.21º 0.98% 0.61% -
HSV(B) 283.21º 0.76% 0.99% -
XYZ 42.9 22.47 95 -
YUV 123.56 201.05 181.81 -
System Red Green Blue C M Y K H S L
Decimal 199 60 253 0.21 0.76 0 0.01 283.21 0.98 0.61
Hex C7 3C FD 15 4C 0 1 11B 62 3D
Octal 307 74 375 25 114 0 1 433 142 75
Binary 11000111 111100 11111101 10101 1001100 0 1 100011011 1100010 111101

Color Harmonies of #C73CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73CFD

Black with #C73CFD

Text Example


Text Example

White with #C73CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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