#cf3def

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

Shades of Medium Orchid #CF3DEF

Tints of Medium Orchid #CF3DEF

Color information

#CF3DEF (or 0xCF3DEF) is unknown color: approx Medium Orchid. HEX triplet: CF, 3D and EF. RGB value is (207,61,239). Sum of RGB (Red+Green+Blue) = 207+61+239=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 61 (24.22% from 255 or 12.03% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF3DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3DEF is #30C210. Grayscale: #7C7C7C. Windows color (decimal): -3195409 or 15678927. OLE color: 15678927.

HSL color Cylindrical-coordinate representation of color #CF3DEF: hue angle of 289.21º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF3DEF is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20761239-
CMYK0.130.7400.06
HSL289.21º84.76%58.82%-
HSV(B)289.21º74.48%93.73%-
XYZ42.9822.8383.8-
YUV124.95192.37186.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.83%
GREEN value IS 61 (24.22% from 255) = 12.03%
BLUE value IS 239 (93.75% from 255) = 47.14%
R=40.83%
G=12.03%
B=47.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal207612390.130.7400.06289.2184.7658.82
HexCF3DEFD4A06121553b
Octal31775357151120644112573
Binary11001111111101111011111101100101001101001000011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf3def

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf3def; }

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

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

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

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

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

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

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

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