Html Css Color HEX #C03CDC Medium Orchid

📋 copy color: '#C03CDC'

red 192 ◦ green 60 ◦ blue 220

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

Shades of Medium Orchid #C03CDC

Tints of Medium Orchid #C03CDC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.71%

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 40.68%
G = 12.71%
B = 46.61%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C03CDC (or 0xC03CDC) is known color: Medium Orchid. HEX triplet: C0, 3C and DC. RGB value is (192,60,220). Sum of RGB (Red+Green+Blue) = 192+60+220=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 60 (23.83% from 255 or 12.71% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #C03CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03CDC is #3FC323. Grayscale: #757575. Windows color (decimal): -4178724 or 14433472. OLE color: 14433472.

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

Color convert

RGB 192 60 220 -
CMYK 0.13 0.73 0 0.14
HSL 289.5º 0.7% 0.55% -
HSV(B) 289.5º 0.73% 0.86% -
XYZ 36.27 19.61 69.58 -
YUV 117.71 185.73 180.99 -
System Red Green Blue C M Y K H S L
Decimal 192 60 220 0.13 0.73 0 0.14 289.5 0.7 0.55
Hex C0 3C DC D 49 0 E 122 46 37
Octal 300 74 334 15 111 0 16 442 106 67
Binary 11000000 111100 11011100 1101 1001001 0 1110 100100010 1000110 110111

Color Harmonies of #C03CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03CDC

Black with #C03CDC

Text Example


Text Example

White with #C03CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03CDC; }

 p { color: rgb(192,60,220); }

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

background-color css

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

 a { background-color: rgb(192,60,220); }

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

border-color css

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

 span { border-color: rgb(192,60,220); }

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