#C45BD0

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

Shades of Medium Orchid #C45BD0

Tints of Medium Orchid #C45BD0

Color information

#C45BD0 (or 0xC45BD0) is unknown color: approx Medium Orchid. HEX triplet: C4, 5B and D0. RGB value is (196,91,208). Sum of RGB (Red+Green+Blue) = 196+91+208=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 91 (35.94% from 255 or 18.38% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #C45BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45BD0 is #3BA42F. Grayscale: #878787. Windows color (decimal): -3908656 or 13654980. OLE color: 13654980.

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

Color convert

RGB19691208-
CMYK0.060.5600.18
HSL293.85º55.45%58.63%-
HSV(B)293.85º56.25%81.57%-
XYZ37.8923.7762.27-
YUV135.73168.79170.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.60%
GREEN value IS 91 (35.94% from 255) = 18.38%
BLUE value IS 208 (81.64% from 255) = 42.02%
R=39.60%
G=18.38%
B=42.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal196912080.060.5600.18293.8555.4558.63
HexC45BD0638012126373b
Octal3041333206700224466773
Binary11000100101101111010000110111000010010100100110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45BD0; }

 p { color: rgb(196,91,208); }

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

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

 a { background-color: rgb(196,91,208); }

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

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

 span { border-color: rgb(196,91,208); }

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