#CE6FBE

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

Shades of Orchid #CE6FBE

Tints of Orchid #CE6FBE

Color information

#CE6FBE (or 0xCE6FBE) is unknown color: approx Orchid. HEX triplet: CE, 6F and BE. RGB value is (206,111,190). Sum of RGB (Red+Green+Blue) = 206+111+190=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6FBE is #319041. Grayscale: #949494. Windows color (decimal): -3248194 or 12480462. OLE color: 12480462.

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

Color convert

RGB206111190-
CMYK00.460.080.19
HSL310.11º49.22%62.16%-
HSV(B)310.11º46.12%80.78%-
XYZ40.4328.2152.03-
YUV148.41151.47169.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.63%
GREEN value IS 111 (43.75% from 255) = 21.89%
BLUE value IS 190 (74.61% from 255) = 37.48%
R=40.63%
G=21.89%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611119000.460.080.19310.1149.2262.16
HexCE6FBE02E813136313e
Octal31615727605610234666176
Binary110011101101111101111100101110100010011100110110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6FBE; }

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

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

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

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

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

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

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

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