#CF3BEE

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

Shades of Medium Orchid #CF3BEE

Tints of Medium Orchid #CF3BEE

Color information

#CF3BEE (or 0xCF3BEE) is unknown color: approx Medium Orchid. HEX triplet: CF, 3B and EE. RGB value is (207,59,238). Sum of RGB (Red+Green+Blue) = 207+59+238=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 59 (23.44% from 255 or 11.71% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF3BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3BEE is #30C411. Grayscale: #7B7B7B. Windows color (decimal): -3195922 or 15612879. OLE color: 15612879.

HSL color Cylindrical-coordinate representation of color #CF3BEE: hue angle of 289.61º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3BEE is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20759238-
CMYK0.130.7500.07
HSL289.61º84.04%58.24%-
HSV(B)289.61º75.21%93.33%-
XYZ42.7322.5782.99-
YUV123.66192.53187.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.07%
GREEN value IS 59 (23.44% from 255) = 11.71%
BLUE value IS 238 (93.36% from 255) = 47.22%
R=41.07%
G=11.71%
B=47.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal207592380.130.7500.07289.6184.0458.24
HexCF3BEED4B07122543a
Octal31773356151130744212472
Binary11001111111011111011101101100101101111001000101010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3BEE; }

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

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

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

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

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

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

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

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