#CF53EB

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

Shades of Medium Orchid #CF53EB

Tints of Medium Orchid #CF53EB

Color information

#CF53EB (or 0xCF53EB) is unknown color: approx Medium Orchid. HEX triplet: CF, 53 and EB. RGB value is (207,83,235). Sum of RGB (Red+Green+Blue) = 207+83+235=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 83 (32.81% from 255 or 15.81% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF53EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF53EB is #30AC14. Grayscale: #888888. Windows color (decimal): -3189781 or 15422415. OLE color: 15422415.

HSL color Cylindrical-coordinate representation of color #CF53EB: hue angle of 288.95º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF53EB is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20783235-
CMYK0.120.6500.08
HSL288.95º79.17%62.35%-
HSV(B)288.95º64.68%92.16%-
XYZ43.8225.4581.2-
YUV137.4183.08177.64-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.43%
GREEN value IS 83 (32.81% from 255) = 15.81%
BLUE value IS 235 (92.19% from 255) = 44.76%
R=39.43%
G=15.81%
B=44.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal207832350.120.6500.08288.9579.1762.35
HexCF53EBC41081214f3e
Octal3171233531410101044111776
Binary1100111110100111110101111001000001010001001000011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF53EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF53EB; }

 p { color: rgb(207,83,235); }

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

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

 a { background-color: rgb(207,83,235); }

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

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

 span { border-color: rgb(207,83,235); }

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