#CF3DE2

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

Shades of Medium Orchid #CF3DE2

Tints of Medium Orchid #CF3DE2

Color information

#CF3DE2 (or 0xCF3DE2) is unknown color: approx Medium Orchid. HEX triplet: CF, 3D and E2. RGB value is (207,61,226). Sum of RGB (Red+Green+Blue) = 207+61+226=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 61 (24.22% from 255 or 12.35% from 494); Blue value is 226 (88.67% from 255 or 45.75% from 494); Max value from RGB is 226 - color contains mainly: blue. Hex color #CF3DE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3DE2 is #30C21D. Grayscale: #7A7A7A. Windows color (decimal): -3195422 or 14826959. OLE color: 14826959.

HSL color Cylindrical-coordinate representation of color #CF3DE2: hue angle of 293.09º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF3DE2 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20761226-
CMYK0.080.7300.11
HSL293.09º73.99%56.27%-
HSV(B)293.09º73.01%88.63%-
XYZ41.1322.0974.05-
YUV123.46185.87187.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.90%
GREEN value IS 61 (24.22% from 255) = 12.35%
BLUE value IS 226 (88.67% from 255) = 45.75%
R=41.90%
G=12.35%
B=45.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal207612260.080.7300.11293.0973.9956.27
HexCF3DE28490B1254a38
Octal317753421011101344511270
Binary110011111111011110001010001001001010111001001011001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3DE2; }

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

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

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

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

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

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

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

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