#CF3DDF

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

Shades of Medium Orchid #CF3DDF

Tints of Medium Orchid #CF3DDF

Color information

#CF3DDF (or 0xCF3DDF) is unknown color: approx Medium Orchid. HEX triplet: CF, 3D and DF. RGB value is (207,61,223). Sum of RGB (Red+Green+Blue) = 207+61+223=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 61 (24.22% from 255 or 12.42% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF3DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3DDF is #30C220. Grayscale: #7A7A7A. Windows color (decimal): -3195425 or 14630351. OLE color: 14630351.

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

Color convert

RGB20761223-
CMYK0.070.7300.13
HSL294.07º71.68%55.69%-
HSV(B)294.07º72.65%87.45%-
XYZ40.7221.9371.9-
YUV123.12184.37187.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.16%
GREEN value IS 61 (24.22% from 255) = 12.42%
BLUE value IS 223 (87.5% from 255) = 45.42%
R=42.16%
G=12.42%
B=45.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal207612230.070.7300.13294.0771.6855.69
HexCF3DDF7490D1264838
Octal31775337711101544611070
Binary11001111111101110111111111001001011011001001101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3DDF; }

 p { color: rgb(207,61,223); }

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

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

 a { background-color: rgb(207,61,223); }

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

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

 span { border-color: rgb(207,61,223); }

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