#CF53E8

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

Shades of Medium Orchid #CF53E8

Tints of Medium Orchid #CF53E8

Color information

#CF53E8 (or 0xCF53E8) is unknown color: approx Medium Orchid. HEX triplet: CF, 53 and E8. RGB value is (207,83,232). Sum of RGB (Red+Green+Blue) = 207+83+232=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 83 (32.81% from 255 or 15.90% from 522); Blue value is 232 (91.02% from 255 or 44.44% from 522); Max value from RGB is 232 - color contains mainly: blue. Hex color #CF53E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF53E8 is #30AC17. Grayscale: #888888. Windows color (decimal): -3189784 or 15225807. OLE color: 15225807.

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

Color convert

RGB20783232-
CMYK0.110.6400.09
HSL289.93º76.41%61.76%-
HSV(B)289.93º64.22%90.98%-
XYZ43.3925.2878.94-
YUV137.06181.58177.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.66%
GREEN value IS 83 (32.81% from 255) = 15.90%
BLUE value IS 232 (91.02% from 255) = 44.44%
R=39.66%
G=15.90%
B=44.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal207832320.110.6400.09289.9376.4161.76
HexCF53E8B40091224c3e
Octal3171233501310001144211476
Binary1100111110100111110100010111000000010011001000101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF53E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF53E8; }

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

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

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

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

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

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

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

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