#CF37F7

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

Shades of Medium Orchid #CF37F7

Tints of Medium Orchid #CF37F7

Color information

#CF37F7 (or 0xCF37F7) is unknown color: approx Medium Orchid. HEX triplet: CF, 37 and F7. RGB value is (207,55,247). Sum of RGB (Red+Green+Blue) = 207+55+247=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 55 (21.88% from 255 or 10.81% from 509); Blue value is 247 (96.88% from 255 or 48.53% from 509); Max value from RGB is 247 - color contains mainly: blue. Hex color #CF37F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF37F7 is #30C808. Grayscale: #797979. Windows color (decimal): -3196937 or 16201679. OLE color: 16201679.

HSL color Cylindrical-coordinate representation of color #CF37F7: hue angle of 287.5º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF37F7 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB20755247-
CMYK0.160.7800.03
HSL287.5º92.31%59.22%-
HSV(B)287.5º77.73%96.86%-
XYZ43.8922.7190.07-
YUV122.34198.36188.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.67%
GREEN value IS 55 (21.88% from 255) = 10.81%
BLUE value IS 247 (96.88% from 255) = 48.53%
R=40.67%
G=10.81%
B=48.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal207552470.160.7800.03287.592.3159.22
HexCF37F7104E031205c3b
Octal31767367201160344013473
Binary11001111110111111101111000010011100111001000001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF37F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF37F7; }

 p { color: rgb(207,55,247); }

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

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

 a { background-color: rgb(207,55,247); }

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

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

 span { border-color: rgb(207,55,247); }

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