#CF7ABF

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

Shades of Orchid #CF7ABF

Tints of Orchid #CF7ABF

Color information

#CF7ABF (or 0xCF7ABF) is unknown color: approx Orchid. HEX triplet: CF, 7A and BF. RGB value is (207,122,191). Sum of RGB (Red+Green+Blue) = 207+122+191=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7ABF is #308540. Grayscale: #9B9B9B. Windows color (decimal): -3179841 or 12548815. OLE color: 12548815.

HSL color Cylindrical-coordinate representation of color #CF7ABF: hue angle of 311.29º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF7ABF is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB207122191-
CMYK00.410.080.19
HSL311.29º46.96%64.51%-
HSV(B)311.29º41.06%81.18%-
XYZ42.130.9553.04-
YUV155.28148.16164.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.81%
GREEN value IS 122 (48.05% from 255) = 23.46%
BLUE value IS 191 (75% from 255) = 36.73%
R=39.81%
G=23.46%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712219100.410.080.19311.2946.9664.51
HexCF7ABF0298131372f41
Octal317172277051102346757101
Binary1100111111110101011111101010011000100111001101111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7ABF; }

 p { color: rgb(207,122,191); }

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

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

 a { background-color: rgb(207,122,191); }

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

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

 span { border-color: rgb(207,122,191); }

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