#C045F1

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

Shades of Medium Orchid #C045F1

Tints of Medium Orchid #C045F1

Color information

#C045F1 (or 0xC045F1) is unknown color: approx Medium Orchid. HEX triplet: C0, 45 and F1. RGB value is (192,69,241). Sum of RGB (Red+Green+Blue) = 192+69+241=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 69 (27.34% from 255 or 13.75% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #C045F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C045F1 is #3FBA0E. Grayscale: #7C7C7C. Windows color (decimal): -4176399 or 15812032. OLE color: 15812032.

HSL color Cylindrical-coordinate representation of color #C045F1: hue angle of 282.91º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C045F1 is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19269241-
CMYK0.200.7100.05
HSL282.91º86%60.78%-
HSV(B)282.91º71.37%94.51%-
XYZ39.7421.8185.33-
YUV125.38193.25175.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.25%
GREEN value IS 69 (27.34% from 255) = 13.75%
BLUE value IS 241 (94.53% from 255) = 48.01%
R=38.25%
G=13.75%
B=48.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal192692410.200.7100.05282.918660.78
HexC045F114470511b563d
Octal300105361241070543312675
Binary1100000010001011111000110100100011101011000110111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C045F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C045F1; }

 p { color: rgb(192,69,241); }

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

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

 a { background-color: rgb(192,69,241); }

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

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

 span { border-color: rgb(192,69,241); }

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