#CF79BF

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

Shades of Orchid #CF79BF

Tints of Orchid #CF79BF

Color information

#CF79BF (or 0xCF79BF) is unknown color: approx Orchid. HEX triplet: CF, 79 and BF. RGB value is (207,121,191). Sum of RGB (Red+Green+Blue) = 207+121+191=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 121 (47.66% from 255 or 23.31% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CF79BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79BF is #308640. Grayscale: #9A9A9A. Windows color (decimal): -3180097 or 12548559. OLE color: 12548559.

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

Color convert

RGB207121191-
CMYK00.420.080.19
HSL311.16º47.25%64.31%-
HSV(B)311.16º41.55%81.18%-
XYZ41.9730.753-
YUV154.69148.49165.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.88%
GREEN value IS 121 (47.66% from 255) = 23.31%
BLUE value IS 191 (75% from 255) = 36.80%
R=39.88%
G=23.31%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712119100.420.080.19311.1647.2564.31
HexCF79BF02A8131372f40
Octal317171277052102346757100
Binary1100111111110011011111101010101000100111001101111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF79BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF79BF; }

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

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

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

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

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

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

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

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