#CF55DB

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

Shades of Medium Orchid #CF55DB

Tints of Medium Orchid #CF55DB

Color information

#CF55DB (or 0xCF55DB) is unknown color: approx Medium Orchid. HEX triplet: CF, 55 and DB. RGB value is (207,85,219). Sum of RGB (Red+Green+Blue) = 207+85+219=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 85 (33.59% from 255 or 16.63% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF55DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF55DB is #30AA24. Grayscale: #888888. Windows color (decimal): -3189285 or 14374351. OLE color: 14374351.

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

Color convert

RGB20785219-
CMYK0.050.6100.14
HSL294.63º65.05%59.61%-
HSV(B)294.63º61.19%85.88%-
XYZ41.7724.8869.62-
YUV136.75174.42178.1-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.51%
GREEN value IS 85 (33.59% from 255) = 16.63%
BLUE value IS 219 (85.94% from 255) = 42.86%
R=40.51%
G=16.63%
B=42.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal207852190.050.6100.14294.6365.0559.61
HexCF55DB53D0E127413c
Octal31712533357501644710174
Binary11001111101010111011011101111101011101001001111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF55DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF55DB; }

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

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

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

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

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

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

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

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