#CF55E7

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

Shades of Medium Orchid #CF55E7

Tints of Medium Orchid #CF55E7

Color information

#CF55E7 (or 0xCF55E7) is unknown color: approx Medium Orchid. HEX triplet: CF, 55 and E7. RGB value is (207,85,231). Sum of RGB (Red+Green+Blue) = 207+85+231=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 85 (33.59% from 255 or 16.25% from 523); Blue value is 231 (90.62% from 255 or 44.17% from 523); Max value from RGB is 231 - color contains mainly: blue. Hex color #CF55E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF55E7 is #30AA18. Grayscale: #898989. Windows color (decimal): -3189273 or 15160783. OLE color: 15160783.

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

Color convert

RGB20785231-
CMYK0.100.6300.09
HSL290.14º75.26%61.96%-
HSV(B)290.14º63.2%90.59%-
XYZ43.425.5378.24-
YUV138.12180.42177.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.58%
GREEN value IS 85 (33.59% from 255) = 16.25%
BLUE value IS 231 (90.62% from 255) = 44.17%
R=39.58%
G=16.25%
B=44.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal207852310.100.6300.09290.1475.2661.96
HexCF55E7A3F091224b3e
Octal317125347127701144211376
Binary110011111010101111001111010111111010011001000101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF55E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF55E7; }

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

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

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

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

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

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

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

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