#CF49D7

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

Shades of Medium Orchid #CF49D7

Tints of Medium Orchid #CF49D7

Color information

#CF49D7 (or 0xCF49D7) is unknown color: approx Medium Orchid. HEX triplet: CF, 49 and D7. RGB value is (207,73,215). Sum of RGB (Red+Green+Blue) = 207+73+215=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 73 (28.91% from 255 or 14.75% from 495); Blue value is 215 (84.38% from 255 or 43.43% from 495); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF49D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF49D7 is #30B628. Grayscale: #808080. Windows color (decimal): -3192361 or 14109135. OLE color: 14109135.

HSL color Cylindrical-coordinate representation of color #CF49D7: hue angle of 296.62º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF49D7 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20773215-
CMYK0.040.6600.16
HSL296.62º63.96%56.47%-
HSV(B)296.62º66.05%84.31%-
XYZ40.3822.9466.59-
YUV129.25176.39183.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.82%
GREEN value IS 73 (28.91% from 255) = 14.75%
BLUE value IS 215 (84.38% from 255) = 43.43%
R=41.82%
G=14.75%
B=43.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal207732150.040.6600.16296.6263.9656.47
HexCF49D74420101294038
Octal317111327410202045110070
Binary1100111110010011101011110010000100100001001010011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF49D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF49D7; }

 p { color: rgb(207,73,215); }

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

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

 a { background-color: rgb(207,73,215); }

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

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

 span { border-color: rgb(207,73,215); }

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