#CE6BE0

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

Shades of Orchid #CE6BE0

Tints of Orchid #CE6BE0

Color information

#CE6BE0 (or 0xCE6BE0) is unknown color: approx Orchid. HEX triplet: CE, 6B and E0. RGB value is (206,107,224). Sum of RGB (Red+Green+Blue) = 206+107+224=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 107 (42.19% from 255 or 19.93% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE6BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6BE0 is #31941F. Grayscale: #959595. Windows color (decimal): -3249184 or 14707662. OLE color: 14707662.

HSL color Cylindrical-coordinate representation of color #CE6BE0: hue angle of 290.77º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE6BE0 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB206107224-
CMYK0.080.5200.12
HSL290.77º65.36%64.9%-
HSV(B)290.77º52.23%87.84%-
XYZ44.1729.0273.79-
YUV149.94169.8167.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.36%
GREEN value IS 107 (42.19% from 255) = 19.93%
BLUE value IS 224 (87.89% from 255) = 41.71%
R=38.36%
G=19.93%
B=41.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2061072240.080.5200.12290.7765.3664.9
HexCE6BE08340C1234141
Octal3161533401064014443101101
Binary1100111011010111110000010001101000110010010001110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6BE0; }

 p { color: rgb(206,107,224); }

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

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

 a { background-color: rgb(206,107,224); }

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

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

 span { border-color: rgb(206,107,224); }

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