#CF79C9

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

Shades of Orchid #CF79C9

Tints of Orchid #CF79C9

Color information

#CF79C9 (or 0xCF79C9) is unknown color: approx Orchid. HEX triplet: CF, 79 and C9. RGB value is (207,121,201). Sum of RGB (Red+Green+Blue) = 207+121+201=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CF79C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79C9 is #308636. Grayscale: #9B9B9B. Windows color (decimal): -3180087 or 13203919. OLE color: 13203919.

HSL color Cylindrical-coordinate representation of color #CF79C9: hue angle of 304.19º 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 #CF79C9 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB207121201-
CMYK00.420.030.19
HSL304.19º47.25%64.31%-
HSV(B)304.19º41.55%81.18%-
XYZ43.1131.1659-
YUV155.83153.49164.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.13%
GREEN value IS 121 (47.66% from 255) = 22.87%
BLUE value IS 201 (78.91% from 255) = 38.00%
R=39.13%
G=22.87%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712120100.420.030.19304.1947.2564.31
HexCF79C902A3131302f40
Octal31717131105232346057100
Binary11001111111100111001001010101011100111001100001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF79C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF79C9; }

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

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

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

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

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

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

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

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