#C345DE

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

Shades of Medium Orchid #C345DE

Tints of Medium Orchid #C345DE

Color information

#C345DE (or 0xC345DE) is unknown color: approx Medium Orchid. HEX triplet: C3, 45 and DE. RGB value is (195,69,222). Sum of RGB (Red+Green+Blue) = 195+69+222=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 69 (27.34% from 255 or 14.20% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #C345DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C345DE is #3CBA21. Grayscale: #7B7B7B. Windows color (decimal): -3979810 or 14566851. OLE color: 14566851.

HSL color Cylindrical-coordinate representation of color #C345DE: hue angle of 289.41º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C345DE is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19569222-
CMYK0.120.6900.13
HSL289.41º69.86%57.06%-
HSV(B)289.41º68.92%87.06%-
XYZ37.8221.1371.19-
YUV124.12183.24178.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.12%
GREEN value IS 69 (27.34% from 255) = 14.20%
BLUE value IS 222 (87.11% from 255) = 45.68%
R=40.12%
G=14.20%
B=45.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal195692220.120.6900.13289.4169.8657.06
HexC345DEC450D1214639
Octal3031053361410501544110671
Binary1100001110001011101111011001000101011011001000011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C345DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C345DE; }

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

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

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

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

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

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

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

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