#C345EB

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

Shades of Medium Orchid #C345EB

Tints of Medium Orchid #C345EB

Color information

#C345EB (or 0xC345EB) is unknown color: approx Medium Orchid. HEX triplet: C3, 45 and EB. RGB value is (195,69,235). Sum of RGB (Red+Green+Blue) = 195+69+235=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 69 (27.34% from 255 or 13.83% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #C345EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C345EB is #3CBA14. Grayscale: #7D7D7D. Windows color (decimal): -3979797 or 15418819. OLE color: 15418819.

HSL color Cylindrical-coordinate representation of color #C345EB: hue angle of 285.54º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C345EB is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19569235-
CMYK0.170.7100.08
HSL285.54º80.58%59.61%-
HSV(B)285.54º70.64%92.16%-
XYZ39.6321.8680.73-
YUV125.6189.74177.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.08%
GREEN value IS 69 (27.34% from 255) = 13.83%
BLUE value IS 235 (92.19% from 255) = 47.09%
R=39.08%
G=13.83%
B=47.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal195692350.170.7100.08285.5480.5859.61
HexC345EB11470811e513c
Octal3031053532110701043612174
Binary11000011100010111101011100011000111010001000111101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C345EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C345EB; }

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

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

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

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

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

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

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

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