#CE5FD1

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

Shades of Orchid #CE5FD1

Tints of Orchid #CE5FD1

Color information

#CE5FD1 (or 0xCE5FD1) is unknown color: approx Orchid. HEX triplet: CE, 5F and D1. RGB value is (206,95,209). Sum of RGB (Red+Green+Blue) = 206+95+209=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 95 (37.5% from 255 or 18.63% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE5FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5FD1 is #31A02E. Grayscale: #8C8C8C. Windows color (decimal): -3252271 or 13721550. OLE color: 13721550.

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

Color convert

RGB20695209-
CMYK0.010.5500.18
HSL298.42º55.34%59.61%-
HSV(B)298.42º54.55%81.96%-
XYZ41.0525.9163.16-
YUV141.18166.27174.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.39%
GREEN value IS 95 (37.5% from 255) = 18.63%
BLUE value IS 209 (82.03% from 255) = 40.98%
R=40.39%
G=18.63%
B=40.98%

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
Decimal206952090.010.5500.18298.4255.3459.61
HexCE5FD113701212a373c
Octal3161373211670224526774
Binary110011101011111110100011110111010010100101010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5FD1; }

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

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

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

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

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

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

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

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