#c45fd2

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

Shades of Medium Orchid #C45FD2

Tints of Medium Orchid #C45FD2

Color information

#C45FD2 (or 0xC45FD2) is unknown color: approx Medium Orchid. HEX triplet: C4, 5F and D2. RGB value is (196,95,210). Sum of RGB (Red+Green+Blue) = 196+95+210=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 210 (82.42% from 255 or 41.92% from 501); Max value from RGB is 210 - color contains mainly: blue. Hex color #C45FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45FD2 is #3BA02D. Grayscale: #898989. Windows color (decimal): -3907630 or 13787076. OLE color: 13787076.

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

Color convert

RGB19695210-
CMYK0.070.5500.18
HSL292.7º56.1%59.8%-
HSV(B)292.7º54.76%82.35%-
XYZ38.4924.5763.69-
YUV138.31168.46169.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.12%
GREEN value IS 95 (37.5% from 255) = 18.96%
BLUE value IS 210 (82.42% from 255) = 41.92%
R=39.12%
G=18.96%
B=41.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal196952100.070.5500.18292.756.159.8
HexC45FD2737012125383c
Octal3041373227670224457074
Binary11000100101111111010010111110111010010100100101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c45fd2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c45fd2; }

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

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

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

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

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

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

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

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