#CF7FCF

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

Shades of Orchid #CF7FCF

Tints of Orchid #CF7FCF

Color information

#CF7FCF (or 0xCF7FCF) is unknown color: approx Orchid. HEX triplet: CF, 7F and CF. RGB value is (207,127,207). Sum of RGB (Red+Green+Blue) = 207+127+207=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF7FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7FCF is #308030. Grayscale: #9F9F9F. Windows color (decimal): -3178545 or 13598671. OLE color: 13598671.

HSL color Cylindrical-coordinate representation of color #CF7FCF: hue angle of 300º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF7FCF is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB207127207-
CMYK00.3900.19
HSL300º45.45%65.49%-
HSV(B)300º38.65%81.18%-
XYZ44.5832.9563.04-
YUV160.04154.5161.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.26%
GREEN value IS 127 (50% from 255) = 23.48%
BLUE value IS 207 (81.25% from 255) = 38.26%
R=38.26%
G=23.48%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712720700.3900.1930045.4565.49
HexCF7FCF02701312c2d41
Octal31717731704702345455101
Binary1100111111111111100111101001110100111001011001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7FCF; }

 p { color: rgb(207,127,207); }

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

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

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

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

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

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

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