#CF55E6

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

Shades of Medium Orchid #CF55E6

Tints of Medium Orchid #CF55E6

Color information

#CF55E6 (or 0xCF55E6) is unknown color: approx Medium Orchid. HEX triplet: CF, 55 and E6. RGB value is (207,85,230). Sum of RGB (Red+Green+Blue) = 207+85+230=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 85 (33.59% from 255 or 16.28% from 522); Blue value is 230 (90.23% from 255 or 44.06% from 522); Max value from RGB is 230 - color contains mainly: blue. Hex color #CF55E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF55E6 is #30AA19. Grayscale: #898989. Windows color (decimal): -3189274 or 15095247. OLE color: 15095247.

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

Color convert

RGB20785230-
CMYK0.100.6300.10
HSL290.48º74.36%61.76%-
HSV(B)290.48º63.04%90.2%-
XYZ43.2625.4877.5-
YUV138.01179.92177.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.66%
GREEN value IS 85 (33.59% from 255) = 16.28%
BLUE value IS 230 (90.23% from 255) = 44.06%
R=39.66%
G=16.28%
B=44.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal207852300.100.6300.10290.4874.3661.76
HexCF55E6A3F0A1224a3e
Octal317125346127701244211276
Binary110011111010101111001101010111111010101001000101001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF55E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF55E6; }

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

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

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

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

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

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

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

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