#CE5FD6

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

Shades of Orchid #CE5FD6

Tints of Orchid #CE5FD6

Color information

#CE5FD6 (or 0xCE5FD6) is unknown color: approx Orchid. HEX triplet: CE, 5F and D6. RGB value is (206,95,214). Sum of RGB (Red+Green+Blue) = 206+95+214=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 95 (37.5% from 255 or 18.45% from 515); Blue value is 214 (83.98% from 255 or 41.55% from 515); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE5FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5FD6 is #31A029. Grayscale: #8D8D8D. Windows color (decimal): -3252266 or 14049230. OLE color: 14049230.

HSL color Cylindrical-coordinate representation of color #CE5FD6: hue angle of 295.97º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE5FD6 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20695214-
CMYK0.040.5600.16
HSL295.97º59.2%60.59%-
HSV(B)295.97º55.61%83.92%-
XYZ41.6826.1666.47-
YUV141.76168.77173.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40%
GREEN value IS 95 (37.5% from 255) = 18.45%
BLUE value IS 214 (83.98% from 255) = 41.55%
R=40%
G=18.45%
B=41.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal206952140.040.5600.16295.9759.260.59
HexCE5FD64380101283b3d
Octal3161373264700204507375
Binary11001110101111111010110100111000010000100101000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5FD6; }

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

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

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

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

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

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

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

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