#CF7EBF

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

Shades of Orchid #CF7EBF

Tints of Orchid #CF7EBF

Color information

#CF7EBF (or 0xCF7EBF) is unknown color: approx Orchid. HEX triplet: CF, 7E and BF. RGB value is (207,126,191). Sum of RGB (Red+Green+Blue) = 207+126+191=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 126 (49.61% from 255 or 24.05% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7EBF is #308140. Grayscale: #9D9D9D. Windows color (decimal): -3178817 or 12549839. OLE color: 12549839.

HSL color Cylindrical-coordinate representation of color #CF7EBF: hue angle of 311.85º degrees, saturation: 0.46, 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 #CF7EBF is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB207126191-
CMYK00.390.080.19
HSL311.85º45.76%65.29%-
HSV(B)311.85º39.13%81.18%-
XYZ42.631.9553.21-
YUV157.63146.84163.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.50%
GREEN value IS 126 (49.61% from 255) = 24.05%
BLUE value IS 191 (75% from 255) = 36.45%
R=39.50%
G=24.05%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712619100.390.080.19311.8545.7665.29
HexCF7EBF0278131382e41
Octal317176277047102347056101
Binary1100111111111101011111101001111000100111001110001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7EBF; }

 p { color: rgb(207,126,191); }

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

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

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

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

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

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

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