#C43AFD

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

Shades of Medium Orchid #C43AFD

Tints of Medium Orchid #C43AFD

Color information

#C43AFD (or 0xC43AFD) is unknown color: approx Medium Orchid. HEX triplet: C4, 3A and FD. RGB value is (196,58,253). Sum of RGB (Red+Green+Blue) = 196+58+253=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 58 (23.05% from 255 or 11.44% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #C43AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43AFD is #3BC502. Grayscale: #787878. Windows color (decimal): -3917059 or 16595652. OLE color: 16595652.

HSL color Cylindrical-coordinate representation of color #C43AFD: hue angle of 282.46º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C43AFD is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19658253-
CMYK0.230.7700.01
HSL282.46º97.99%60.98%-
HSV(B)282.46º77.08%99.22%-
XYZ42.0121.8594.93-
YUV121.49202.22181.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.66%
GREEN value IS 58 (23.05% from 255) = 11.44%
BLUE value IS 253 (99.22% from 255) = 49.90%
R=38.66%
G=11.44%
B=49.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal196582530.230.7700.01282.4697.9960.98
HexC43AFD174D0111a623d
Octal30472375271150143214275
Binary1100010011101011111101101111001101011000110101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43AFD; }

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

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

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

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

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

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

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

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