#CE6FBD

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

Shades of Orchid #CE6FBD

Tints of Orchid #CE6FBD

Color information

#CE6FBD (or 0xCE6FBD) is unknown color: approx Orchid. HEX triplet: CE, 6F and BD. RGB value is (206,111,189). Sum of RGB (Red+Green+Blue) = 206+111+189=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6FBD is #319042. Grayscale: #949494. Windows color (decimal): -3248195 or 12414926. OLE color: 12414926.

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

Color convert

RGB206111189-
CMYK00.460.080.19
HSL310.74º49.22%62.16%-
HSV(B)310.74º46.12%80.78%-
XYZ40.3228.1651.46-
YUV148.3150.97169.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.71%
GREEN value IS 111 (43.75% from 255) = 21.94%
BLUE value IS 189 (74.22% from 255) = 37.35%
R=40.71%
G=21.94%
B=37.35%

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
Decimal20611118900.460.080.19310.7449.2262.16
HexCE6FBD02E813137313e
Octal31615727505610234676176
Binary110011101101111101111010101110100010011100110111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6FBD; }

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

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

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

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

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

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

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

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