Html Css Color HEX #C03DD8 Medium Orchid

📋 copy color: '#C03DD8'

red 192 ◦ green 61 ◦ blue 216

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

Shades of Medium Orchid #C03DD8

Tints of Medium Orchid #C03DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.06%

R = 40.94%
G = 13.01%
B = 46.06%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C03DD8 (or 0xC03DD8) is known color: Medium Orchid. HEX triplet: C0, 3D and D8. RGB value is (192,61,216). Sum of RGB (Red+Green+Blue) = 192+61+216=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 61 (24.22% from 255 or 13.01% from 469); Blue value is 216 (84.77% from 255 or 46.06% from 469); Max value from RGB is 216 - color contains mainly: blue. Hex color #C03DD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03DD8 is #3FC227. Grayscale: #757575. Windows color (decimal): -4178472 or 14171584. OLE color: 14171584.

HSL color Cylindrical-coordinate representation of color #C03DD8: hue angle of 290.71º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03DD8 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 61 216 -
CMYK 0.11 0.72 0 0.15
HSL 290.71º 0.67% 0.54% -
HSV(B) 290.71º 0.72% 0.85% -
XYZ 35.8 19.5 66.84 -
YUV 117.84 183.4 180.9 -
System Red Green Blue C M Y K H S L
Decimal 192 61 216 0.11 0.72 0 0.15 290.71 0.67 0.54
Hex C0 3D D8 B 48 0 F 123 43 36
Octal 300 75 330 13 110 0 17 443 103 66
Binary 11000000 111101 11011000 1011 1001000 0 1111 100100011 1000011 110110

Color Harmonies of #C03DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03DD8

Black with #C03DD8

Text Example


Text Example

White with #C03DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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