Html Css Color HEX #C03DD5 Medium Orchid

📋 copy color: '#C03DD5'

red 192 ◦ green 61 ◦ blue 213

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

Shades of Medium Orchid #C03DD5

Tints of Medium Orchid #C03DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.71%

R = 41.2%
G = 13.09%
B = 45.71%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C03DD5 (or 0xC03DD5) is known color: Medium Orchid. HEX triplet: C0, 3D and D5. RGB value is (192,61,213). Sum of RGB (Red+Green+Blue) = 192+61+213=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 213 - color contains mainly: blue. Hex color #C03DD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03DD5 is #3FC22A. Grayscale: #757575. Windows color (decimal): -4178475 or 13974976. OLE color: 13974976.

HSL color Cylindrical-coordinate representation of color #C03DD5: hue angle of 291.71º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03DD5 is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 61 213 -
CMYK 0.10 0.71 0 0.16
HSL 291.71º 0.64% 0.54% -
HSV(B) 291.71º 0.71% 0.84% -
XYZ 35.42 19.35 64.82 -
YUV 117.5 181.9 181.14 -
System Red Green Blue C M Y K H S L
Decimal 192 61 213 0.10 0.71 0 0.16 291.71 0.64 0.54
Hex C0 3D D5 A 47 0 10 124 40 36
Octal 300 75 325 12 107 0 20 444 100 66
Binary 11000000 111101 11010101 1010 1000111 0 10000 100100100 1000000 110110

Color Harmonies of #C03DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03DD5

Black with #C03DD5

Text Example


Text Example

White with #C03DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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