#cf6eb7

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

Shades of Orchid #CF6EB7

Tints of Orchid #CF6EB7

Color information

#CF6EB7 (or 0xCF6EB7) is unknown color: approx Orchid. HEX triplet: CF, 6E and B7. RGB value is (207,110,183). Sum of RGB (Red+Green+Blue) = 207+110+183=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 183 (71.88% from 255 or 36.6% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6EB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6EB7 is #309148. Grayscale: #939393. Windows color (decimal): -3182921 or 12021455. OLE color: 12021455.

HSL color Cylindrical-coordinate representation of color #CF6EB7: hue angle of 314.85º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF6EB7 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB207110183-
CMYK00.470.120.19
HSL314.85º50.26%62.16%-
HSV(B)314.85º46.86%81.18%-
XYZ39.8627.8448.07-
YUV147.32148.14170.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.4%
GREEN value IS 110 (43.36% from 255) = 22%
BLUE value IS 183 (71.88% from 255) = 36.6%
R=41.4%
G=22%
B=36.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711018300.470.120.19314.8550.2662.16
HexCF6EB702FC1313b323e
Octal31715626705714234736276
Binary110011111101110101101110101111110010011100111011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf6eb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf6eb7; }

 p { color: rgb(207,110,183); }

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

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

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

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

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

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

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