#CF7ECA

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

Shades of Orchid #CF7ECA

Tints of Orchid #CF7ECA

Color information

#CF7ECA (or 0xCF7ECA) is unknown color: approx Orchid. HEX triplet: CF, 7E and CA. RGB value is (207,126,202). Sum of RGB (Red+Green+Blue) = 207+126+202=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 126 (49.61% from 255 or 23.55% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7ECA is #308135. Grayscale: #9E9E9E. Windows color (decimal): -3178806 or 13270735. OLE color: 13270735.

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

Color convert

RGB207126202-
CMYK00.390.020.19
HSL303.7º45.76%65.29%-
HSV(B)303.7º39.13%81.18%-
XYZ43.8532.4559.83-
YUV158.88152.34162.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.69%
GREEN value IS 126 (49.61% from 255) = 23.55%
BLUE value IS 202 (79.30% from 255) = 37.76%
R=38.69%
G=23.55%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712620200.390.020.19303.745.7665.29
HexCF7ECA0272131302e41
Octal31717631204722346056101
Binary11001111111111011001010010011110100111001100001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7ECA; }

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

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

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

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

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

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

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

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