#D271CE

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

Shades of Orchid #D271CE

Tints of Orchid #D271CE

Color information

#D271CE (or 0xD271CE) is unknown color: approx Orchid. HEX triplet: D2, 71 and CE. RGB value is (210,113,206). Sum of RGB (Red+Green+Blue) = 210+113+206=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D271CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D271CE is #2D8E31. Grayscale: #989898. Windows color (decimal): -2985522 or 13529554. OLE color: 13529554.

HSL color Cylindrical-coordinate representation of color #D271CE: hue angle of 302.47º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D271CE is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB210113206-
CMYK00.460.020.18
HSL302.47º51.87%63.33%-
HSV(B)302.47º46.19%82.35%-
XYZ43.6229.9761.88-
YUV152.61158.14168.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.70%
GREEN value IS 113 (44.53% from 255) = 21.36%
BLUE value IS 206 (80.86% from 255) = 38.94%
R=39.70%
G=21.36%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011320600.460.020.18302.4751.8763.33
HexD271CE02E21212e343f
Octal3221613160562224566477
Binary1101001011100011100111001011101010010100101110110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D271CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D271CE; }

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

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

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

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

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

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

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

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