#D271CD

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

Shades of Orchid #D271CD

Tints of Orchid #D271CD

Color information

#D271CD (or 0xD271CD) is unknown color: approx Orchid. HEX triplet: D2, 71 and CD. RGB value is (210,113,205). Sum of RGB (Red+Green+Blue) = 210+113+205=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D271CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D271CD is #2D8E32. Grayscale: #989898. Windows color (decimal): -2985523 or 13464018. OLE color: 13464018.

HSL color Cylindrical-coordinate representation of color #D271CD: hue angle of 303.09º 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 #D271CD is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB210113205-
CMYK00.460.020.18
HSL303.09º51.87%63.33%-
HSV(B)303.09º46.19%82.35%-
XYZ43.529.9261.24-
YUV152.49157.64169.02-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.77%
GREEN value IS 113 (44.53% from 255) = 21.40%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=39.77%
G=21.40%
B=38.83%

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
Decimal21011320500.460.020.18303.0951.8763.33
HexD271CD02E21212f343f
Octal3221613150562224576477
Binary1101001011100011100110101011101010010100101111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D271CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D271CD; }

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

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

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

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

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

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

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

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