#CF44DD

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

Shades of Medium Orchid #CF44DD

Tints of Medium Orchid #CF44DD

Color information

#CF44DD (or 0xCF44DD) is unknown color: approx Medium Orchid. HEX triplet: CF, 44 and DD. RGB value is (207,68,221). Sum of RGB (Red+Green+Blue) = 207+68+221=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 68 (26.95% from 255 or 13.71% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF44DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF44DD is #30BB22. Grayscale: #7E7E7E. Windows color (decimal): -3193635 or 14501071. OLE color: 14501071.

HSL color Cylindrical-coordinate representation of color #CF44DD: hue angle of 294.51º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF44DD is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20768221-
CMYK0.060.6900.13
HSL294.51º69.23%56.67%-
HSV(B)294.51º69.23%86.67%-
XYZ40.8522.6270.62-
YUV127181.05185.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.73%
GREEN value IS 68 (26.95% from 255) = 13.71%
BLUE value IS 221 (86.72% from 255) = 44.56%
R=41.73%
G=13.71%
B=44.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal207682210.060.6900.13294.5169.2356.67
HexCF44DD6450D1274539
Octal317104335610501544710571
Binary110011111000100110111011101000101011011001001111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF44DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF44DD; }

 p { color: rgb(207,68,221); }

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

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

 a { background-color: rgb(207,68,221); }

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

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

 span { border-color: rgb(207,68,221); }

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