#CF79D5

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

Shades of Orchid #CF79D5

Tints of Orchid #CF79D5

Color information

#CF79D5 (or 0xCF79D5) is unknown color: approx Orchid. HEX triplet: CF, 79 and D5. RGB value is (207,121,213). Sum of RGB (Red+Green+Blue) = 207+121+213=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 121 (47.66% from 255 or 22.37% from 541); Blue value is 213 (83.59% from 255 or 39.37% from 541); Max value from RGB is 213 - color contains mainly: blue. Hex color #CF79D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79D5 is #30862A. Grayscale: #9C9C9C. Windows color (decimal): -3180075 or 13990351. OLE color: 13990351.

HSL color Cylindrical-coordinate representation of color #CF79D5: hue angle of 296.09º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF79D5 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB207121213-
CMYK0.030.4300.16
HSL296.09º52.27%65.49%-
HSV(B)296.09º43.19%83.53%-
XYZ44.5831.7466.73-
YUV157.2159.49163.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.26%
GREEN value IS 121 (47.66% from 255) = 22.37%
BLUE value IS 213 (83.59% from 255) = 39.37%
R=38.26%
G=22.37%
B=39.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071212130.030.4300.16296.0952.2765.49
HexCF79D532B0101283441
Octal31717132535302045064101
Binary11001111111100111010101111010110100001001010001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF79D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF79D5; }

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

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

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

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

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

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

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

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