#D272C1

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

Shades of Orchid #D272C1

Tints of Orchid #D272C1

Color information

#D272C1 (or 0xD272C1) is unknown color: approx Orchid. HEX triplet: D2, 72 and C1. RGB value is (210,114,193). Sum of RGB (Red+Green+Blue) = 210+114+193=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 114 (44.92% from 255 or 22.05% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D272C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D272C1 is #2D8D3E. Grayscale: #979797. Windows color (decimal): -2985279 or 12677842. OLE color: 12677842.

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

Color convert

RGB210114193-
CMYK00.460.080.18
HSL310.62º51.61%63.53%-
HSV(B)310.62º45.71%82.35%-
XYZ42.2229.5953.94-
YUV151.71151.3169.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.62%
GREEN value IS 114 (44.92% from 255) = 22.05%
BLUE value IS 193 (75.78% from 255) = 37.33%
R=40.62%
G=22.05%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011419300.460.080.18310.6251.6163.53
HexD272C102E8121373440
Octal322162301056102246764100
Binary1101001011100101100000101011101000100101001101111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D272C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D272C1; }

 p { color: rgb(210,114,193); }

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

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

 a { background-color: rgb(210,114,193); }

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

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

 span { border-color: rgb(210,114,193); }

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