#CE71D9

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

Shades of Orchid #CE71D9

Tints of Orchid #CE71D9

Color information

#CE71D9 (or 0xCE71D9) is unknown color: approx Orchid. HEX triplet: CE, 71 and D9. RGB value is (206,113,217). Sum of RGB (Red+Green+Blue) = 206+113+217=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 113 (44.53% from 255 or 21.08% from 536); Blue value is 217 (85.16% from 255 or 40.49% from 536); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE71D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE71D9 is #318E26. Grayscale: #989898. Windows color (decimal): -3247655 or 14250446. OLE color: 14250446.

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

Color convert

RGB206113217-
CMYK0.050.4800.15
HSL293.65º57.78%64.71%-
HSV(B)293.65º47.93%85.1%-
XYZ43.8829.9469.11-
YUV152.66164.31166.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.43%
GREEN value IS 113 (44.53% from 255) = 21.08%
BLUE value IS 217 (85.16% from 255) = 40.49%
R=38.43%
G=21.08%
B=40.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061132170.050.4800.15293.6557.7864.71
HexCE71D95300F1263a41
Octal31616133156001744672101
Binary11001110111000111011001101110000011111001001101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE71D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE71D9; }

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

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

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

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

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

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

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

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