Html Css Color HEX #C43CDC Medium Orchid

📋 copy color: '#C43CDC'

red 196 ◦ green 60 ◦ blue 220

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

Shades of Medium Orchid #C43CDC

Tints of Medium Orchid #C43CDC

RGB

 RED value IS 196 (76.95% from 255) = 41.18%

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

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

R = 41.18%
G = 12.61%
B = 46.22%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C43CDC (or 0xC43CDC) is known color: Medium Orchid. HEX triplet: C4, 3C and DC. RGB value is (196,60,220). Sum of RGB (Red+Green+Blue) = 196+60+220=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 60 (23.83% from 255 or 12.61% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #C43CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43CDC is #3BC323. Grayscale: #767676. Windows color (decimal): -3916580 or 14433476. OLE color: 14433476.

HSL color Cylindrical-coordinate representation of color #C43CDC: hue angle of 291º 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 #C43CDC is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 60 220 -
CMYK 0.11 0.73 0 0.14
HSL 291º 0.7% 0.55% -
HSV(B) 291º 0.73% 0.86% -
XYZ 37.3 20.13 69.63 -
YUV 118.9 185.06 182.99 -
System Red Green Blue C M Y K H S L
Decimal 196 60 220 0.11 0.73 0 0.14 291 0.7 0.55
Hex C4 3C DC B 49 0 E 123 46 37
Octal 304 74 334 13 111 0 16 443 106 67
Binary 11000100 111100 11011100 1011 1001001 0 1110 100100011 1000110 110111

Color Harmonies of #C43CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43CDC

Black with #C43CDC

Text Example


Text Example

White with #C43CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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