#CF5DE1

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

Shades of Medium Orchid #CF5DE1

Tints of Medium Orchid #CF5DE1

Color information

#CF5DE1 (or 0xCF5DE1) is unknown color: approx Medium Orchid. HEX triplet: CF, 5D and E1. RGB value is (207,93,225). Sum of RGB (Red+Green+Blue) = 207+93+225=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 225 (88.28% from 255 or 42.86% from 525); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF5DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5DE1 is #30A21E. Grayscale: #8D8D8D. Windows color (decimal): -3187231 or 14769615. OLE color: 14769615.

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

Color convert

RGB20793225-
CMYK0.080.5900.12
HSL291.82º68.75%62.35%-
HSV(B)291.82º58.67%88.24%-
XYZ43.2426.5374.08-
YUV142.13174.77174.27-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.43%
GREEN value IS 93 (36.72% from 255) = 17.71%
BLUE value IS 225 (88.28% from 255) = 42.86%
R=39.43%
G=17.71%
B=42.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal207932250.080.5900.12291.8268.7562.35
HexCF5DE183B0C124453e
Octal317135341107301444410576
Binary110011111011101111000011000111011011001001001001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5DE1; }

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

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

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

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

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

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

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

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