Html Css Color HEX #C73BDF Medium Orchid

📋 copy color: '#C73BDF'

red 199 ◦ green 59 ◦ blue 223

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

Shades of Medium Orchid #C73BDF

Tints of Medium Orchid #C73BDF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.27%

 BLUE value IS 223 (87.5% from 255) = 46.36%

R = 41.37%
G = 12.27%
B = 46.36%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C73BDF (or 0xC73BDF) is known color: Medium Orchid. HEX triplet: C7, 3B and DF. RGB value is (199,59,223). Sum of RGB (Red+Green+Blue) = 199+59+223=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 59 (23.44% from 255 or 12.27% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #C73BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73BDF is #38C420. Grayscale: #777777. Windows color (decimal): -3720225 or 14629831. OLE color: 14629831.

HSL color Cylindrical-coordinate representation of color #C73BDF: hue angle of 291.22º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C73BDF is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 59 223 -
CMYK 0.11 0.74 0 0.13
HSL 291.22º 0.72% 0.55% -
HSV(B) 291.22º 0.74% 0.87% -
XYZ 38.44 20.6 71.76 -
YUV 119.56 186.38 184.66 -
System Red Green Blue C M Y K H S L
Decimal 199 59 223 0.11 0.74 0 0.13 291.22 0.72 0.55
Hex C7 3B DF B 4A 0 D 123 48 37
Octal 307 73 337 13 112 0 15 443 110 67
Binary 11000111 111011 11011111 1011 1001010 0 1101 100100011 1001000 110111

Color Harmonies of #C73BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73BDF

Black with #C73BDF

Text Example


Text Example

White with #C73BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73BDF; }

 p { color: rgb(199,59,223); }

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

background-color css

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

 a { background-color: rgb(199,59,223); }

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

border-color css

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

 span { border-color: rgb(199,59,223); }

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