#D272C8

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

Shades of Orchid #D272C8

Tints of Orchid #D272C8

Color information

#D272C8 (or 0xD272C8) is unknown color: approx Orchid. HEX triplet: D2, 72 and C8. RGB value is (210,114,200). Sum of RGB (Red+Green+Blue) = 210+114+200=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 200 (78.52% from 255 or 38.17% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D272C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D272C8 is #2D8D37. Grayscale: #989898. Windows color (decimal): -2985272 or 13136594. OLE color: 13136594.

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

Color convert

RGB210114200-
CMYK00.460.050.18
HSL306.25º51.61%63.53%-
HSV(B)306.25º45.71%82.35%-
XYZ43.0229.9158.15-
YUV152.51154.8169.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.08%
GREEN value IS 114 (44.92% from 255) = 21.76%
BLUE value IS 200 (78.52% from 255) = 38.17%
R=40.08%
G=21.76%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011420000.460.050.18306.2551.6163.53
HexD272C802E5121323440
Octal32216231005652246264100
Binary110100101110010110010000101110101100101001100101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D272C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D272C8; }

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

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

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

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

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

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

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

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