#D272C3

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

Shades of Orchid #D272C3

Tints of Orchid #D272C3

Color information

#D272C3 (or 0xD272C3) is unknown color: approx Orchid. HEX triplet: D2, 72 and C3. RGB value is (210,114,195). Sum of RGB (Red+Green+Blue) = 210+114+195=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 195 (76.56% from 255 or 37.57% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D272C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D272C3 is #2D8D3C. Grayscale: #979797. Windows color (decimal): -2985277 or 12808914. OLE color: 12808914.

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

Color convert

RGB210114195-
CMYK00.460.070.18
HSL309.38º51.61%63.53%-
HSV(B)309.38º45.71%82.35%-
XYZ42.4529.6855.12-
YUV151.94152.3169.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.46%
GREEN value IS 114 (44.92% from 255) = 21.97%
BLUE value IS 195 (76.56% from 255) = 37.57%
R=40.46%
G=21.97%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011419500.460.070.18309.3851.6163.53
HexD272C302E7121353440
Octal32216230305672246564100
Binary110100101110010110000110101110111100101001101011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D272C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D272C3; }

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

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

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

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

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

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

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

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