#C434F1

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

Shades of Medium Orchid #C434F1

Tints of Medium Orchid #C434F1

Color information

#C434F1 (or 0xC434F1) is unknown color: approx Medium Orchid. HEX triplet: C4, 34 and F1. RGB value is (196,52,241). Sum of RGB (Red+Green+Blue) = 196+52+241=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 52 (20.70% from 255 or 10.63% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #C434F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C434F1 is #3BCB0E. Grayscale: #737373. Windows color (decimal): -3918607 or 15807684. OLE color: 15807684.

HSL color Cylindrical-coordinate representation of color #C434F1: hue angle of 285.71º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C434F1 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19652241-
CMYK0.190.7800.05
HSL285.71º87.1%57.45%-
HSV(B)285.71º78.42%94.51%-
XYZ39.8720.5485.08-
YUV116.6198.21184.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.08%
GREEN value IS 52 (20.70% from 255) = 10.63%
BLUE value IS 241 (94.53% from 255) = 49.28%
R=40.08%
G=10.63%
B=49.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal196522410.190.7800.05285.7187.157.45
HexC434F1134E0511e5739
Octal30464361231160543612771
Binary110001001101001111000110011100111001011000111101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C434F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C434F1; }

 p { color: rgb(196,52,241); }

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

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

 a { background-color: rgb(196,52,241); }

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

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

 span { border-color: rgb(196,52,241); }

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