#C345F1

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

Shades of Medium Orchid #C345F1

Tints of Medium Orchid #C345F1

Color information

#C345F1 (or 0xC345F1) is unknown color: approx Medium Orchid. HEX triplet: C3, 45 and F1. RGB value is (195,69,241). Sum of RGB (Red+Green+Blue) = 195+69+241=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 69 (27.34% from 255 or 13.66% from 505); Blue value is 241 (94.53% from 255 or 47.72% from 505); Max value from RGB is 241 - color contains mainly: blue. Hex color #C345F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C345F1 is #3CBA0E. Grayscale: #7D7D7D. Windows color (decimal): -3979791 or 15812035. OLE color: 15812035.

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

Color convert

RGB19569241-
CMYK0.190.7100.05
HSL283.95º86%60.78%-
HSV(B)283.95º71.37%94.51%-
XYZ40.5122.2185.37-
YUV126.28192.74177.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.61%
GREEN value IS 69 (27.34% from 255) = 13.66%
BLUE value IS 241 (94.53% from 255) = 47.72%
R=38.61%
G=13.66%
B=47.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal195692410.190.7100.05283.958660.78
HexC345F113470511c563d
Octal303105361231070543412675
Binary1100001110001011111000110011100011101011000111001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C345F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C345F1; }

 p { color: rgb(195,69,241); }

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

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

 a { background-color: rgb(195,69,241); }

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

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

 span { border-color: rgb(195,69,241); }

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