#CF5FE2

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

Shades of Medium Orchid #CF5FE2

Tints of Medium Orchid #CF5FE2

Color information

#CF5FE2 (or 0xCF5FE2) is unknown color: approx Medium Orchid. HEX triplet: CF, 5F and E2. RGB value is (207,95,226). Sum of RGB (Red+Green+Blue) = 207+95+226=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 95 (37.5% from 255 or 17.99% from 528); Blue value is 226 (88.67% from 255 or 42.80% from 528); Max value from RGB is 226 - color contains mainly: blue. Hex color #CF5FE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5FE2 is #30A01D. Grayscale: #8F8F8F. Windows color (decimal): -3186718 or 14835663. OLE color: 14835663.

HSL color Cylindrical-coordinate representation of color #CF5FE2: hue angle of 291.3º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF5FE2 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20795226-
CMYK0.080.5800.11
HSL291.3º69.31%62.94%-
HSV(B)291.3º57.96%88.63%-
XYZ43.5526.9474.86-
YUV143.42174.61173.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.20%
GREEN value IS 95 (37.5% from 255) = 17.99%
BLUE value IS 226 (88.67% from 255) = 42.80%
R=39.20%
G=17.99%
B=42.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal207952260.080.5800.11291.369.3162.94
HexCF5FE283A0B123453f
Octal317137342107201344310577
Binary110011111011111111000101000111010010111001000111000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5FE2; }

 p { color: rgb(207,95,226); }

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

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

 a { background-color: rgb(207,95,226); }

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

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

 span { border-color: rgb(207,95,226); }

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