#CE71D5

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

Shades of Orchid #CE71D5

Tints of Orchid #CE71D5

Color information

#CE71D5 (or 0xCE71D5) is unknown color: approx Orchid. HEX triplet: CE, 71 and D5. RGB value is (206,113,213). Sum of RGB (Red+Green+Blue) = 206+113+213=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE71D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE71D5 is #318E2A. Grayscale: #979797. Windows color (decimal): -3247659 or 13988302. OLE color: 13988302.

HSL color Cylindrical-coordinate representation of color #CE71D5: hue angle of 295.8º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE71D5 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB206113213-
CMYK0.030.4700.16
HSL295.8º54.35%63.92%-
HSV(B)295.8º46.95%83.53%-
XYZ43.3729.7466.4-
YUV152.21162.31166.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.72%
GREEN value IS 113 (44.53% from 255) = 21.24%
BLUE value IS 213 (83.59% from 255) = 40.04%
R=38.72%
G=21.24%
B=40.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061132130.030.4700.16295.854.3563.92
HexCE71D532F0101283640
Octal31616132535702045066100
Binary11001110111000111010101111011110100001001010001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE71D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE71D5; }

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

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

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

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

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

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

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

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