#cf3ee7

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

Shades of Medium Orchid #CF3EE7

Tints of Medium Orchid #CF3EE7

Color information

#CF3EE7 (or 0xCF3EE7) is unknown color: approx Medium Orchid. HEX triplet: CF, 3E and E7. RGB value is (207,62,231). Sum of RGB (Red+Green+Blue) = 207+62+231=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 62 (24.61% from 255 or 12.4% from 500); Blue value is 231 (90.62% from 255 or 46.2% from 500); Max value from RGB is 231 - color contains mainly: blue. Hex color #CF3EE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3EE7 is #30C118. Grayscale: #7C7C7C. Windows color (decimal): -3195161 or 15154895. OLE color: 15154895.

HSL color Cylindrical-coordinate representation of color #CF3EE7: hue angle of 291.48º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF3EE7 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20762231-
CMYK0.100.7300.09
HSL291.48º77.88%57.45%-
HSV(B)291.48º73.16%90.59%-
XYZ41.8822.4877.73-
YUV124.62188.04186.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.4%
GREEN value IS 62 (24.61% from 255) = 12.4%
BLUE value IS 231 (90.62% from 255) = 46.2%
R=41.4%
G=12.4%
B=46.2%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal207622310.100.7300.09291.4877.8857.45
HexCF3EE7A49091234e39
Octal317763471211101144311671
Binary110011111111101110011110101001001010011001000111001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf3ee7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf3ee7; }

 p { color: rgb(207,62,231); }

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

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

 a { background-color: rgb(207,62,231); }

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

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

 span { border-color: rgb(207,62,231); }

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