#CF79BE

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

Shades of Orchid #CF79BE

Tints of Orchid #CF79BE

Color information

#CF79BE (or 0xCF79BE) is unknown color: approx Orchid. HEX triplet: CF, 79 and BE. RGB value is (207,121,190). Sum of RGB (Red+Green+Blue) = 207+121+190=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 121 (47.66% from 255 or 23.36% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CF79BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79BE is #308641. Grayscale: #9A9A9A. Windows color (decimal): -3180098 or 12483023. OLE color: 12483023.

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

Color convert

RGB207121190-
CMYK00.420.080.19
HSL311.86º47.25%64.31%-
HSV(B)311.86º41.55%81.18%-
XYZ41.8630.6652.43-
YUV154.58147.99165.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.96%
GREEN value IS 121 (47.66% from 255) = 23.36%
BLUE value IS 190 (74.61% from 255) = 36.68%
R=39.96%
G=23.36%
B=36.68%

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
Decimal20712119000.420.080.19311.8647.2564.31
HexCF79BE02A8131382f40
Octal317171276052102347057100
Binary1100111111110011011111001010101000100111001110001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF79BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF79BE; }

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

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

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

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

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

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

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

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