#ce6fbf

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

Shades of Orchid #CE6FBF

Tints of Orchid #CE6FBF

Color information

#CE6FBF (or 0xCE6FBF) is unknown color: approx Orchid. HEX triplet: CE, 6F and BF. RGB value is (206,111,191). Sum of RGB (Red+Green+Blue) = 206+111+191=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6FBF is #319040. Grayscale: #949494. Windows color (decimal): -3248193 or 12545998. OLE color: 12545998.

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

Color convert

RGB206111191-
CMYK00.460.070.19
HSL309.47º49.22%62.16%-
HSV(B)309.47º46.12%80.78%-
XYZ40.5428.2552.61-
YUV148.52151.97169-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.55%
GREEN value IS 111 (43.75% from 255) = 21.85%
BLUE value IS 191 (75% from 255) = 37.60%
R=40.55%
G=21.85%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611119100.460.070.19309.4749.2262.16
HexCE6FBF02E713135313e
Octal3161572770567234656176
Binary11001110110111110111111010111011110011100110101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce6fbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce6fbf; }

 p { color: rgb(206,111,191); }

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

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

 a { background-color: rgb(206,111,191); }

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

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

 span { border-color: rgb(206,111,191); }

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