#CF39DB

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

Shades of Medium Orchid #CF39DB

Tints of Medium Orchid #CF39DB

Color information

#CF39DB (or 0xCF39DB) is unknown color: approx Medium Orchid. HEX triplet: CF, 39 and DB. RGB value is (207,57,219). Sum of RGB (Red+Green+Blue) = 207+57+219=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 57 (22.66% from 255 or 11.80% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF39DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF39DB is #30C624. Grayscale: #777777. Windows color (decimal): -3196453 or 14367183. OLE color: 14367183.

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

Color convert

RGB20757219-
CMYK0.050.7400.14
HSL295.56º69.23%54.12%-
HSV(B)295.56º73.97%85.88%-
XYZ39.9821.3169.02-
YUV120.32183.7189.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.86%
GREEN value IS 57 (22.66% from 255) = 11.80%
BLUE value IS 219 (85.94% from 255) = 45.34%
R=42.86%
G=11.80%
B=45.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal207572190.050.7400.14295.5669.2354.12
HexCF39DB54A0E1284536
Octal31771333511201645010566
Binary11001111111001110110111011001010011101001010001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF39DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF39DB; }

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

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

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

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

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

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

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

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