#CF40DB

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

Shades of Medium Orchid #CF40DB

Tints of Medium Orchid #CF40DB

Color information

#CF40DB (or 0xCF40DB) is unknown color: approx Medium Orchid. HEX triplet: CF, 40 and DB. RGB value is (207,64,219). Sum of RGB (Red+Green+Blue) = 207+64+219=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 64 (25.39% from 255 or 13.06% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF40DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF40DB is #30BF24. Grayscale: #7B7B7B. Windows color (decimal): -3194661 or 14368975. OLE color: 14368975.

HSL color Cylindrical-coordinate representation of color #CF40DB: hue angle of 295.35º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF40DB is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20764219-
CMYK0.050.7100.14
HSL295.35º68.28%55.49%-
HSV(B)295.35º70.78%85.88%-
XYZ40.3522.0569.15-
YUV124.43181.38186.9-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.24%
GREEN value IS 64 (25.39% from 255) = 13.06%
BLUE value IS 219 (85.94% from 255) = 44.69%
R=42.24%
G=13.06%
B=44.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal207642190.050.7100.14295.3568.2855.49
HexCF40DB5470E1274437
Octal317100333510701644710467
Binary110011111000000110110111011000111011101001001111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF40DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF40DB; }

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

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

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

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

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

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

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

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