#C345D0

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

Shades of Medium Orchid #C345D0

Tints of Medium Orchid #C345D0

Color information

#C345D0 (or 0xC345D0) is unknown color: approx Medium Orchid. HEX triplet: C3, 45 and D0. RGB value is (195,69,208). Sum of RGB (Red+Green+Blue) = 195+69+208=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 69 (27.34% from 255 or 14.62% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 208 - color contains mainly: blue. Hex color #C345D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C345D0 is #3CBA2F. Grayscale: #7A7A7A. Windows color (decimal): -3979824 or 13649347. OLE color: 13649347.

HSL color Cylindrical-coordinate representation of color #C345D0: hue angle of 294.39º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C345D0 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19569208-
CMYK0.060.6700.18
HSL294.39º59.66%54.31%-
HSV(B)294.39º66.83%81.57%-
XYZ36.0220.4161.72-
YUV122.52176.24179.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.31%
GREEN value IS 69 (27.34% from 255) = 14.62%
BLUE value IS 208 (81.64% from 255) = 44.07%
R=41.31%
G=14.62%
B=44.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal195692080.060.6700.18294.3959.6654.31
HexC345D06430121263c36
Octal30310532061030224467466
Binary110000111000101110100001101000011010010100100110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C345D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C345D0; }

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

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

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

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

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

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

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

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