#C344D0

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

Shades of Medium Orchid #C344D0

Tints of Medium Orchid #C344D0

Color information

#C344D0 (or 0xC344D0) is unknown color: approx Medium Orchid. HEX triplet: C3, 44 and D0. RGB value is (195,68,208). Sum of RGB (Red+Green+Blue) = 195+68+208=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 68 (26.95% from 255 or 14.44% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 208 - color contains mainly: blue. Hex color #C344D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C344D0 is #3CBB2F. Grayscale: #797979. Windows color (decimal): -3980080 or 13649091. OLE color: 13649091.

HSL color Cylindrical-coordinate representation of color #C344D0: hue angle of 294.43º 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 #C344D0 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19568208-
CMYK0.060.6700.18
HSL294.43º59.83%54.12%-
HSV(B)294.43º67.31%81.57%-
XYZ35.9620.2961.7-
YUV121.93176.58180.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.40%
GREEN value IS 68 (26.95% from 255) = 14.44%
BLUE value IS 208 (81.64% from 255) = 44.16%
R=41.40%
G=14.44%
B=44.16%

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
Decimal195682080.060.6700.18294.4359.8354.12
HexC344D06430121263c36
Octal30310432061030224467466
Binary110000111000100110100001101000011010010100100110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C344D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C344D0; }

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

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

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

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

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

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

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

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