#CF73D9

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

Shades of Orchid #CF73D9

Tints of Orchid #CF73D9

Color information

#CF73D9 (or 0xCF73D9) is unknown color: approx Orchid. HEX triplet: CF, 73 and D9. RGB value is (207,115,217). Sum of RGB (Red+Green+Blue) = 207+115+217=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 115 (45.31% from 255 or 21.34% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 217 - color contains mainly: blue. Hex color #CF73D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF73D9 is #308C26. Grayscale: #999999. Windows color (decimal): -3181607 or 14250959. OLE color: 14250959.

HSL color Cylindrical-coordinate representation of color #CF73D9: hue angle of 294.12º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF73D9 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207115217-
CMYK0.050.4700.15
HSL294.12º57.3%65.1%-
HSV(B)294.12º47%85.1%-
XYZ44.3930.5469.2-
YUV154.14163.48165.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.40%
GREEN value IS 115 (45.31% from 255) = 21.34%
BLUE value IS 217 (85.16% from 255) = 40.26%
R=38.40%
G=21.34%
B=40.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071152170.050.4700.15294.1257.365.1
HexCF73D952F0F1263941
Octal31716333155701744671101
Binary11001111111001111011001101101111011111001001101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF73D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF73D9; }

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

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

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

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

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

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

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

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