#CF40DD

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

Shades of Medium Orchid #CF40DD

Tints of Medium Orchid #CF40DD

Color information

#CF40DD (or 0xCF40DD) is unknown color: approx Medium Orchid. HEX triplet: CF, 40 and DD. RGB value is (207,64,221). Sum of RGB (Red+Green+Blue) = 207+64+221=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 64 (25.39% from 255 or 13.01% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF40DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF40DD is #30BF22. Grayscale: #7C7C7C. Windows color (decimal): -3194659 or 14500047. OLE color: 14500047.

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

Color convert

RGB20764221-
CMYK0.060.7100.13
HSL294.65º69.78%55.88%-
HSV(B)294.65º71.04%86.67%-
XYZ40.6222.1570.54-
YUV124.66182.38186.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.07%
GREEN value IS 64 (25.39% from 255) = 13.01%
BLUE value IS 221 (86.72% from 255) = 44.92%
R=42.07%
G=13.01%
B=44.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal207642210.060.7100.13294.6569.7855.88
HexCF40DD6470D1274638
Octal317100335610701544710670
Binary110011111000000110111011101000111011011001001111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF40DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF40DD; }

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

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

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

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

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

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

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

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