#CF7ECE

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

Shades of Orchid #CF7ECE

Tints of Orchid #CF7ECE

Color information

#CF7ECE (or 0xCF7ECE) is unknown color: approx Orchid. HEX triplet: CF, 7E and CE. RGB value is (207,126,206). Sum of RGB (Red+Green+Blue) = 207+126+206=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7ECE is #308131. Grayscale: #9F9F9F. Windows color (decimal): -3178802 or 13532879. OLE color: 13532879.

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

Color convert

RGB207126206-
CMYK00.390.000.19
HSL300.74º45.76%65.29%-
HSV(B)300.74º39.13%81.18%-
XYZ44.3332.6462.36-
YUV159.34154.34162-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.40%
GREEN value IS 126 (49.61% from 255) = 23.38%
BLUE value IS 206 (80.86% from 255) = 38.22%
R=38.40%
G=23.38%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712620600.390.000.19300.7445.7665.29
HexCF7ECE02701312d2e41
Octal31717631604702345556101
Binary1100111111111101100111001001110100111001011011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7ECE; }

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

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

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

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

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

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

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

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