#cf48e8

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

Shades of Medium Orchid #CF48E8

Tints of Medium Orchid #CF48E8

Color information

#CF48E8 (or 0xCF48E8) is unknown color: approx Medium Orchid. HEX triplet: CF, 48 and E8. RGB value is (207,72,232). Sum of RGB (Red+Green+Blue) = 207+72+232=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 72 (28.52% from 255 or 14.09% from 511); Blue value is 232 (91.02% from 255 or 45.40% from 511); Max value from RGB is 232 - color contains mainly: blue. Hex color #CF48E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF48E8 is #30B717. Grayscale: #828282. Windows color (decimal): -3192600 or 15222991. OLE color: 15222991.

HSL color Cylindrical-coordinate representation of color #CF48E8: hue angle of 290.62º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF48E8 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20772232-
CMYK0.110.6900.09
HSL290.62º77.67%59.61%-
HSV(B)290.62º68.97%90.98%-
XYZ42.6123.7378.68-
YUV130.6185.23182.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.51%
GREEN value IS 72 (28.52% from 255) = 14.09%
BLUE value IS 232 (91.02% from 255) = 45.40%
R=40.51%
G=14.09%
B=45.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal207722320.110.6900.09290.6277.6759.61
HexCF48E8B45091234e3c
Octal3171103501310501144311674
Binary1100111110010001110100010111000101010011001000111001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf48e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf48e8; }

 p { color: rgb(207,72,232); }

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

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

 a { background-color: rgb(207,72,232); }

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

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

 span { border-color: rgb(207,72,232); }

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