#CE6DBA

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

Shades of Orchid #CE6DBA

Tints of Orchid #CE6DBA

Color information

#CE6DBA (or 0xCE6DBA) is unknown color: approx Orchid. HEX triplet: CE, 6D and BA. RGB value is (206,109,186). Sum of RGB (Red+Green+Blue) = 206+109+186=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6DBA is #319245. Grayscale: #929292. Windows color (decimal): -3248710 or 12217806. OLE color: 12217806.

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

Color convert

RGB206109186-
CMYK00.470.100.19
HSL312.37º49.74%61.76%-
HSV(B)312.37º47.09%80.78%-
XYZ39.7927.649.69-
YUV146.78150.14170.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.12%
GREEN value IS 109 (42.97% from 255) = 21.76%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=41.12%
G=21.76%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610918600.470.100.19312.3749.7461.76
HexCE6DBA02FA13138323e
Octal31615527205712234706276
Binary110011101101101101110100101111101010011100111000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6DBA; }

 p { color: rgb(206,109,186); }

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

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

 a { background-color: rgb(206,109,186); }

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

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

 span { border-color: rgb(206,109,186); }

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