#CF73B9

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

Shades of Orchid #CF73B9

Tints of Orchid #CF73B9

Color information

#CF73B9 (or 0xCF73B9) is unknown color: approx Orchid. HEX triplet: CF, 73 and B9. RGB value is (207,115,185). Sum of RGB (Red+Green+Blue) = 207+115+185=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CF73B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF73B9 is #308C46. Grayscale: #969696. Windows color (decimal): -3181639 or 12153807. OLE color: 12153807.

HSL color Cylindrical-coordinate representation of color #CF73B9: hue angle of 314.35º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF73B9 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB207115185-
CMYK00.440.110.19
HSL314.35º48.94%63.14%-
HSV(B)314.35º44.44%81.18%-
XYZ40.6229.0349.36-
YUV150.49147.48168.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.83%
GREEN value IS 115 (45.31% from 255) = 22.68%
BLUE value IS 185 (72.66% from 255) = 36.49%
R=40.83%
G=22.68%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711518500.440.110.19314.3548.9463.14
HexCF73B902CB1313a313f
Octal31716327105413234726177
Binary110011111110011101110010101100101110011100111010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF73B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF73B9; }

 p { color: rgb(207,115,185); }

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

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

 a { background-color: rgb(207,115,185); }

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

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

 span { border-color: rgb(207,115,185); }

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