#D270D5

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

Shades of Orchid #D270D5

Tints of Orchid #D270D5

Color information

#D270D5 (or 0xD270D5) is unknown color: approx Orchid. HEX triplet: D2, 70 and D5. RGB value is (210,112,213). Sum of RGB (Red+Green+Blue) = 210+112+213=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 112 (44.14% from 255 or 20.93% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 213 - color contains mainly: blue. Hex color #D270D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D270D5 is #2D8F2A. Grayscale: #989898. Windows color (decimal): -2985771 or 13988050. OLE color: 13988050.

HSL color Cylindrical-coordinate representation of color #D270D5: hue angle of 298.22º degrees, saturation: 0.55, 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 #D270D5 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB210112213-
CMYK0.010.4700.16
HSL298.22º54.59%63.73%-
HSV(B)298.22º47.42%83.53%-
XYZ44.3830.0966.42-
YUV152.82161.97168.79-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.25%
GREEN value IS 112 (44.14% from 255) = 20.93%
BLUE value IS 213 (83.59% from 255) = 39.81%
R=39.25%
G=20.93%
B=39.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2101122130.010.4700.16298.2254.5963.73
HexD270D512F01012a3740
Octal32216032515702045267100
Binary1101001011100001101010111011110100001001010101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D270D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D270D5; }

 p { color: rgb(210,112,213); }

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

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

 a { background-color: rgb(210,112,213); }

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

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

 span { border-color: rgb(210,112,213); }

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