#C45FDE

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

Shades of Medium Orchid #C45FDE

Tints of Medium Orchid #C45FDE

Color information

#C45FDE (or 0xC45FDE) is unknown color: approx Medium Orchid. HEX triplet: C4, 5F and DE. RGB value is (196,95,222). Sum of RGB (Red+Green+Blue) = 196+95+222=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 95 (37.5% from 255 or 18.52% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #C45FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45FDE is #3BA021. Grayscale: #8B8B8B. Windows color (decimal): -3907618 or 14573508. OLE color: 14573508.

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

Color convert

RGB19695222-
CMYK0.120.5700.13
HSL287.72º65.8%62.16%-
HSV(B)287.72º57.21%87.06%-
XYZ40.0425.1971.86-
YUV139.68174.46168.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.21%
GREEN value IS 95 (37.5% from 255) = 18.52%
BLUE value IS 222 (87.11% from 255) = 43.27%
R=38.21%
G=18.52%
B=43.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal196952220.120.5700.13287.7265.862.16
HexC45FDEC390D120423e
Octal304137336147101544010276
Binary110001001011111110111101100111001011011001000001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45FDE; }

 p { color: rgb(196,95,222); }

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

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

 a { background-color: rgb(196,95,222); }

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

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

 span { border-color: rgb(196,95,222); }

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