#CF7FE1

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

Shades of Orchid #CF7FE1

Tints of Orchid #CF7FE1

Color information

#CF7FE1 (or 0xCF7FE1) is unknown color: approx Orchid. HEX triplet: CF, 7F and E1. RGB value is (207,127,225). Sum of RGB (Red+Green+Blue) = 207+127+225=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 127 (50% from 255 or 22.72% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF7FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7FE1 is #30801E. Grayscale: #A1A1A1. Windows color (decimal): -3178527 or 14778319. OLE color: 14778319.

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

Color convert

RGB207127225-
CMYK0.080.4400.12
HSL288.98º62.03%69.02%-
HSV(B)288.98º43.56%88.24%-
XYZ46.9133.8875.3-
YUV162.09163.5160.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.03%
GREEN value IS 127 (50% from 255) = 22.72%
BLUE value IS 225 (88.28% from 255) = 40.25%
R=37.03%
G=22.72%
B=40.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2071272250.080.4400.12288.9862.0369.02
HexCF7FE182C0C1213e45
Octal317177341105401444176105
Binary110011111111111111000011000101100011001001000011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7FE1; }

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

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

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

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

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

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

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

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