#CF71D9

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

Shades of Orchid #CF71D9

Tints of Orchid #CF71D9

Color information

#CF71D9 (or 0xCF71D9) is unknown color: approx Orchid. HEX triplet: CF, 71 and D9. RGB value is (207,113,217). Sum of RGB (Red+Green+Blue) = 207+113+217=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 217 (85.16% from 255 or 40.41% from 537); Max value from RGB is 217 - color contains mainly: blue. Hex color #CF71D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF71D9 is #308E26. Grayscale: #989898. Windows color (decimal): -3182119 or 14250447. OLE color: 14250447.

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

Color convert

RGB207113217-
CMYK0.050.4800.15
HSL294.23º57.78%64.71%-
HSV(B)294.23º47.93%85.1%-
XYZ44.1630.0969.13-
YUV152.96164.14166.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.55%
GREEN value IS 113 (44.53% from 255) = 21.04%
BLUE value IS 217 (85.16% from 255) = 40.41%
R=38.55%
G=21.04%
B=40.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071132170.050.4800.15294.2357.7864.71
HexCF71D95300F1263a41
Octal31716133156001744672101
Binary11001111111000111011001101110000011111001001101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF71D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF71D9; }

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

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

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

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

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

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

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

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