#CE5ED1

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

Shades of Orchid #CE5ED1

Tints of Orchid #CE5ED1

Color information

#CE5ED1 (or 0xCE5ED1) is unknown color: approx Orchid. HEX triplet: CE, 5E and D1. RGB value is (206,94,209). Sum of RGB (Red+Green+Blue) = 206+94+209=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE5ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5ED1 is #31A12E. Grayscale: #8C8C8C. Windows color (decimal): -3252527 or 13721294. OLE color: 13721294.

HSL color Cylindrical-coordinate representation of color #CE5ED1: hue angle of 298.43º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5ED1 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20694209-
CMYK0.010.5500.18
HSL298.43º55.56%59.41%-
HSV(B)298.43º55.02%81.96%-
XYZ40.9625.7363.13-
YUV140.6166.61174.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.47%
GREEN value IS 94 (37.11% from 255) = 18.47%
BLUE value IS 209 (82.03% from 255) = 41.06%
R=40.47%
G=18.47%
B=41.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal206942090.010.5500.18298.4355.5659.41
HexCE5ED113701212a383b
Octal3161363211670224527073
Binary110011101011110110100011110111010010100101010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5ED1; }

 p { color: rgb(206,94,209); }

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

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

 a { background-color: rgb(206,94,209); }

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

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

 span { border-color: rgb(206,94,209); }

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