#CE74DF

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

Shades of Orchid #CE74DF

Tints of Orchid #CE74DF

Color information

#CE74DF (or 0xCE74DF) is unknown color: approx Orchid. HEX triplet: CE, 74 and DF. RGB value is (206,116,223). Sum of RGB (Red+Green+Blue) = 206+116+223=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE74DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE74DF is #318B20. Grayscale: #9A9A9A. Windows color (decimal): -3246881 or 14644430. OLE color: 14644430.

HSL color Cylindrical-coordinate representation of color #CE74DF: hue angle of 290.47º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE74DF is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206116223-
CMYK0.080.4800.13
HSL290.47º62.57%66.47%-
HSV(B)290.47º47.98%87.45%-
XYZ45.0230.9473.41-
YUV155.11166.32164.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.80%
GREEN value IS 116 (45.70% from 255) = 21.28%
BLUE value IS 223 (87.5% from 255) = 40.92%
R=37.80%
G=21.28%
B=40.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061162230.080.4800.13290.4762.5766.47
HexCE74DF8300D1223f42
Octal316164337106001544277102
Binary110011101110100110111111000110000011011001000101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE74DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE74DF; }

 p { color: rgb(206,116,223); }

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

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

 a { background-color: rgb(206,116,223); }

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

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

 span { border-color: rgb(206,116,223); }

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