#D271CF

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

Shades of Orchid #D271CF

Tints of Orchid #D271CF

Color information

#D271CF (or 0xD271CF) is unknown color: approx Orchid. HEX triplet: D2, 71 and CF. RGB value is (210,113,207). Sum of RGB (Red+Green+Blue) = 210+113+207=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 113 (44.53% from 255 or 21.32% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 210 - color contains mainly: red. Hex color #D271CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D271CF is #2D8E30. Grayscale: #989898. Windows color (decimal): -2985521 or 13595090. OLE color: 13595090.

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

Color convert

RGB210113207-
CMYK00.460.010.18
HSL301.86º51.87%63.33%-
HSV(B)301.86º46.19%82.35%-
XYZ43.7530.0262.52-
YUV152.72158.64168.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.62%
GREEN value IS 113 (44.53% from 255) = 21.32%
BLUE value IS 207 (81.25% from 255) = 39.06%
R=39.62%
G=21.32%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011320700.460.010.18301.8651.8763.33
HexD271CF02E11212e343f
Octal3221613170561224566477
Binary110100101110001110011110101110110010100101110110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D271CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D271CF; }

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

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

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

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

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

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

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

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