#CF5DE8

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

Shades of Medium Orchid #CF5DE8

Tints of Medium Orchid #CF5DE8

Color information

#CF5DE8 (or 0xCF5DE8) is unknown color: approx Medium Orchid. HEX triplet: CF, 5D and E8. RGB value is (207,93,232). Sum of RGB (Red+Green+Blue) = 207+93+232=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 93 (36.72% from 255 or 17.48% from 532); Blue value is 232 (91.02% from 255 or 43.61% from 532); Max value from RGB is 232 - color contains mainly: blue. Hex color #CF5DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5DE8 is #30A217. Grayscale: #8E8E8E. Windows color (decimal): -3187224 or 15228367. OLE color: 15228367.

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

Color convert

RGB20793232-
CMYK0.110.6000.09
HSL289.21º75.14%63.73%-
HSV(B)289.21º59.91%90.98%-
XYZ44.2126.9279.21-
YUV142.93178.27173.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.91%
GREEN value IS 93 (36.72% from 255) = 17.48%
BLUE value IS 232 (91.02% from 255) = 43.61%
R=38.91%
G=17.48%
B=43.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal207932320.110.6000.09289.2175.1463.73
HexCF5DE8B3C091214b40
Octal3171353501374011441113100
Binary1100111110111011110100010111111000100110010000110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5DE8; }

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

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

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

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

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

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

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

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