#CF45E9

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

Shades of Medium Orchid #CF45E9

Tints of Medium Orchid #CF45E9

Color information

#CF45E9 (or 0xCF45E9) is unknown color: approx Medium Orchid. HEX triplet: CF, 45 and E9. RGB value is (207,69,233). Sum of RGB (Red+Green+Blue) = 207+69+233=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 69 (27.34% from 255 or 13.56% from 509); Blue value is 233 (91.41% from 255 or 45.78% from 509); Max value from RGB is 233 - color contains mainly: blue. Hex color #CF45E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF45E9 is #30BA16. Grayscale: #808080. Windows color (decimal): -3193367 or 15287759. OLE color: 15287759.

HSL color Cylindrical-coordinate representation of color #CF45E9: hue angle of 290.49º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF45E9 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20769233-
CMYK0.110.7000.09
HSL290.49º78.85%59.22%-
HSV(B)290.49º70.39%91.37%-
XYZ42.5723.479.36-
YUV128.96186.72183.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.67%
GREEN value IS 69 (27.34% from 255) = 13.56%
BLUE value IS 233 (91.41% from 255) = 45.78%
R=40.67%
G=13.56%
B=45.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal207692330.110.7000.09290.4978.8559.22
HexCF45E9B46091224f3b
Octal3171053511310601144211773
Binary1100111110001011110100110111000110010011001000101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF45E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF45E9; }

 p { color: rgb(207,69,233); }

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

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

 a { background-color: rgb(207,69,233); }

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

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

 span { border-color: rgb(207,69,233); }

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