#CF55EE

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

Shades of Medium Orchid #CF55EE

Tints of Medium Orchid #CF55EE

Color information

#CF55EE (or 0xCF55EE) is unknown color: approx Medium Orchid. HEX triplet: CF, 55 and EE. RGB value is (207,85,238). Sum of RGB (Red+Green+Blue) = 207+85+238=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 85 (33.59% from 255 or 16.04% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF55EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF55EE is #30AA11. Grayscale: #8A8A8A. Windows color (decimal): -3189266 or 15619535. OLE color: 15619535.

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

Color convert

RGB20785238-
CMYK0.130.6400.07
HSL287.84º81.82%63.33%-
HSV(B)287.84º64.29%93.33%-
XYZ44.4125.9483.55-
YUV138.92183.92176.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.06%
GREEN value IS 85 (33.59% from 255) = 16.04%
BLUE value IS 238 (93.36% from 255) = 44.91%
R=39.06%
G=16.04%
B=44.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal207852380.130.6400.07287.8481.8263.33
HexCF55EED4007120523f
Octal317125356151000744012277
Binary110011111010101111011101101100000001111001000001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF55EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF55EE; }

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

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

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

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

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

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

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

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