#CF7CCF

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

Shades of Orchid #CF7CCF

Tints of Orchid #CF7CCF

Color information

#CF7CCF (or 0xCF7CCF) is unknown color: approx Orchid. HEX triplet: CF, 7C and CF. RGB value is (207,124,207). Sum of RGB (Red+Green+Blue) = 207+124+207=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF7CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7CCF is #308330. Grayscale: #9E9E9E. Windows color (decimal): -3179313 or 13597903. OLE color: 13597903.

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

Color convert

RGB207124207-
CMYK00.4000.19
HSL300º46.37%64.9%-
HSV(B)300º40.1%81.18%-
XYZ44.232.1962.91-
YUV158.28155.5162.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.48%
GREEN value IS 124 (48.83% from 255) = 23.05%
BLUE value IS 207 (81.25% from 255) = 38.48%
R=38.48%
G=23.05%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712420700.4000.1930046.3764.9
HexCF7CCF02801312c2e41
Octal31717431705002345456101
Binary1100111111111001100111101010000100111001011001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7CCF; }

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

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

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

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

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

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

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

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