#CE5FD9

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

Shades of Orchid #CE5FD9

Tints of Orchid #CE5FD9

Color information

#CE5FD9 (or 0xCE5FD9) is unknown color: approx Orchid. HEX triplet: CE, 5F and D9. RGB value is (206,95,217). Sum of RGB (Red+Green+Blue) = 206+95+217=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE5FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5FD9 is #31A026. Grayscale: #8D8D8D. Windows color (decimal): -3252263 or 14245838. OLE color: 14245838.

HSL color Cylindrical-coordinate representation of color #CE5FD9: hue angle of 294.59º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE5FD9 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20695217-
CMYK0.050.5600.15
HSL294.59º61.62%61.18%-
HSV(B)294.59º56.22%85.1%-
XYZ42.0726.3268.51-
YUV142.1170.27173.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.77%
GREEN value IS 95 (37.5% from 255) = 18.34%
BLUE value IS 217 (85.16% from 255) = 41.89%
R=39.77%
G=18.34%
B=41.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal206952170.050.5600.15294.5961.6261.18
HexCE5FD95380F1273e3d
Octal3161373315700174477675
Binary1100111010111111101100110111100001111100100111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5FD9; }

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

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

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

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

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

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

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

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