#C43ADB

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

Shades of Medium Orchid #C43ADB

Tints of Medium Orchid #C43ADB

Color information

#C43ADB (or 0xC43ADB) is unknown color: approx Medium Orchid. HEX triplet: C4, 3A and DB. RGB value is (196,58,219). Sum of RGB (Red+Green+Blue) = 196+58+219=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 58 (23.05% from 255 or 12.26% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #C43ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43ADB is #3BC524. Grayscale: #757575. Windows color (decimal): -3917093 or 14367428. OLE color: 14367428.

HSL color Cylindrical-coordinate representation of color #C43ADB: hue angle of 291.43º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C43ADB is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19658219-
CMYK0.110.7400.14
HSL291.43º69.1%54.31%-
HSV(B)291.43º73.52%85.88%-
XYZ37.0619.8868.9-
YUV117.62185.22183.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.44%
GREEN value IS 58 (23.05% from 255) = 12.26%
BLUE value IS 219 (85.94% from 255) = 46.30%
R=41.44%
G=12.26%
B=46.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal196582190.110.7400.14291.4369.154.31
HexC43ADBB4A0E1234536
Octal304723331311201644310566
Binary110001001110101101101110111001010011101001000111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43ADB; }

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

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

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

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

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

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

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

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