#cf3bd9

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

Shades of Medium Orchid #CF3BD9

Tints of Medium Orchid #CF3BD9

Color information

#CF3BD9 (or 0xCF3BD9) is unknown color: approx Medium Orchid. HEX triplet: CF, 3B and D9. RGB value is (207,59,217). Sum of RGB (Red+Green+Blue) = 207+59+217=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 59 (23.44% from 255 or 12.22% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 217 - color contains mainly: blue. Hex color #CF3BD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3BD9 is #30C426. Grayscale: #787878. Windows color (decimal): -3195943 or 14236623. OLE color: 14236623.

HSL color Cylindrical-coordinate representation of color #CF3BD9: hue angle of 296.2º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF3BD9 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20759217-
CMYK0.050.7300.15
HSL296.2º67.52%54.12%-
HSV(B)296.2º72.81%85.1%-
XYZ39.8221.467.68-
YUV121.26182.03189.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.86%
GREEN value IS 59 (23.44% from 255) = 12.22%
BLUE value IS 217 (85.16% from 255) = 44.93%
R=42.86%
G=12.22%
B=44.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal207592170.050.7300.15296.267.5254.12
HexCF3BD95490F1284436
Octal31773331511101745010466
Binary11001111111011110110011011001001011111001010001000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf3bd9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf3bd9; }

 p { color: rgb(207,59,217); }

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

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

 a { background-color: rgb(207,59,217); }

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

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

 span { border-color: rgb(207,59,217); }

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