#c43cdb

Color #C43CDB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C43CDB

Tints of Medium Orchid #C43CDB

Color information

#C43CDB (or 0xC43CDB) is unknown color: approx Medium Orchid. HEX triplet: C4, 3C and DB. RGB value is (196,60,219). Sum of RGB (Red+Green+Blue) = 196+60+219=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 60 (23.83% from 255 or 12.63% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #C43CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43CDB is #3BC324. Grayscale: #767676. Windows color (decimal): -3916581 or 14367940. OLE color: 14367940.

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

Color convert

RGB19660219-
CMYK0.110.7300.14
HSL291.32º68.83%54.71%-
HSV(B)291.32º72.6%85.88%-
XYZ37.1720.0868.94-
YUV118.79184.56183.07-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.26%
GREEN value IS 60 (23.83% from 255) = 12.63%
BLUE value IS 219 (85.94% from 255) = 46.11%
R=41.26%
G=12.63%
B=46.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal196602190.110.7300.14291.3268.8354.71
HexC43CDBB490E1234537
Octal304743331311101644310567
Binary110001001111001101101110111001001011101001000111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c43cdb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c43cdb; }

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

 H1.HeaderClassName
 {
   color: #c43cdb;
 }
 .AnyTagClassName
 {
   color: #c43cdb;
 }
</style>
background-color css

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

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

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

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

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

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