#CF7EC4

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

Shades of Orchid #CF7EC4

Tints of Orchid #CF7EC4

Color information

#CF7EC4 (or 0xCF7EC4) is unknown color: approx Orchid. HEX triplet: CF, 7E and C4. RGB value is (207,126,196). Sum of RGB (Red+Green+Blue) = 207+126+196=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 126 (49.61% from 255 or 23.82% from 529); Blue value is 196 (76.95% from 255 or 37.05% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7EC4 is #30813B. Grayscale: #9E9E9E. Windows color (decimal): -3178812 or 12877519. OLE color: 12877519.

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

Color convert

RGB207126196-
CMYK00.390.050.19
HSL308.15º45.76%65.29%-
HSV(B)308.15º39.13%81.18%-
XYZ43.1632.1756.16-
YUV158.2149.34162.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.13%
GREEN value IS 126 (49.61% from 255) = 23.82%
BLUE value IS 196 (76.95% from 255) = 37.05%
R=39.13%
G=23.82%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712619600.390.050.19308.1545.7665.29
HexCF7EC40275131342e41
Octal31717630404752346456101
Binary110011111111110110001000100111101100111001101001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7EC4; }

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

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

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

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

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

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

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

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