Html Css Color HEX #C73DFD Medium Orchid

📋 copy color: '#C73DFD'

red 199 ◦ green 61 ◦ blue 253

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

Shades of Medium Orchid #C73DFD

Tints of Medium Orchid #C73DFD

RGB

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

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

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

R = 38.79%
G = 11.89%
B = 49.32%

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

#C73DFD (or 0xC73DFD) is known color: Medium Orchid. HEX triplet: C7, 3D and FD. RGB value is (199,61,253). Sum of RGB (Red+Green+Blue) = 199+61+253=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 61 (24.22% from 255 or 11.89% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #C73DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73DFD is #38C202. Grayscale: #7B7B7B. Windows color (decimal): -3719683 or 16596423. OLE color: 16596423.

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

Color convert

RGB 199 61 253 -
CMYK 0.21 0.76 0 0.01
HSL 283.13º 0.98% 0.62% -
HSV(B) 283.13º 0.76% 0.99% -
XYZ 42.95 22.57 95.02 -
YUV 124.15 200.72 181.39 -
System Red Green Blue C M Y K H S L
Decimal 199 61 253 0.21 0.76 0 0.01 283.13 0.98 0.62
Hex C7 3D FD 15 4C 0 1 11B 62 3E
Octal 307 75 375 25 114 0 1 433 142 76
Binary 11000111 111101 11111101 10101 1001100 0 1 100011011 1100010 111110

Color Harmonies of #C73DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73DFD

Black with #C73DFD

Text Example


Text Example

White with #C73DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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