Html Css Color HEX #C03DDF Medium Orchid

📋 copy color: '#C03DDF'

red 192 ◦ green 61 ◦ blue 223

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

Shades of Medium Orchid #C03DDF

Tints of Medium Orchid #C03DDF

RGB

 RED value IS 192 (75.39% from 255) = 40.34%

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

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

R = 40.34%
G = 12.82%
B = 46.85%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C03DDF (or 0xC03DDF) is known color: Medium Orchid. HEX triplet: C0, 3D and DF. RGB value is (192,61,223). Sum of RGB (Red+Green+Blue) = 192+61+223=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 61 (24.22% from 255 or 12.82% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #C03DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03DDF is #3FC220. Grayscale: #767676. Windows color (decimal): -4178465 or 14630336. OLE color: 14630336.

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

Color convert

RGB 192 61 223 -
CMYK 0.14 0.73 0 0.13
HSL 288.52º 0.72% 0.56% -
HSV(B) 288.52º 0.73% 0.87% -
XYZ 36.73 19.87 71.71 -
YUV 118.64 186.9 180.33 -
System Red Green Blue C M Y K H S L
Decimal 192 61 223 0.14 0.73 0 0.13 288.52 0.72 0.56
Hex C0 3D DF E 49 0 D 121 48 38
Octal 300 75 337 16 111 0 15 441 110 70
Binary 11000000 111101 11011111 1110 1001001 0 1101 100100001 1001000 111000

Color Harmonies of #C03DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03DDF

Black with #C03DDF

Text Example


Text Example

White with #C03DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03DDF; }

 p { color: rgb(192,61,223); }

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

background-color css

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

 a { background-color: rgb(192,61,223); }

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

border-color css

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

 span { border-color: rgb(192,61,223); }

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