#C374DE

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

Shades of Medium Orchid #C374DE

Tints of Medium Orchid #C374DE

Color information

#C374DE (or 0xC374DE) is unknown color: approx Medium Orchid. HEX triplet: C3, 74 and DE. RGB value is (195,116,222). Sum of RGB (Red+Green+Blue) = 195+116+222=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #C374DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C374DE is #3C8B21. Grayscale: #979797. Windows color (decimal): -3967778 or 14578883. OLE color: 14578883.

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

Color convert

RGB195116222-
CMYK0.120.4800.13
HSL284.72º61.63%66.27%-
HSV(B)284.72º47.75%87.06%-
XYZ41.9429.3772.57-
YUV151.7167.67158.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.59%
GREEN value IS 116 (45.70% from 255) = 21.76%
BLUE value IS 222 (87.11% from 255) = 41.65%
R=36.59%
G=21.76%
B=41.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951162220.120.4800.13284.7261.6366.27
HexC374DEC300D11d3e42
Octal303164336146001543576102
Binary110000111110100110111101100110000011011000111011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C374DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C374DE; }

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

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

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

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

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

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

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

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