#D272CE

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

Shades of Orchid #D272CE

Tints of Orchid #D272CE

Color information

#D272CE (or 0xD272CE) is unknown color: approx Orchid. HEX triplet: D2, 72 and CE. RGB value is (210,114,206). Sum of RGB (Red+Green+Blue) = 210+114+206=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 210 - color contains mainly: red. Hex color #D272CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D272CE is #2D8D31. Grayscale: #989898. Windows color (decimal): -2985266 or 13529810. OLE color: 13529810.

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

Color convert

RGB210114206-
CMYK00.460.020.18
HSL302.5º51.61%63.53%-
HSV(B)302.5º45.71%82.35%-
XYZ43.7430.1961.92-
YUV153.19157.8168.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.62%
GREEN value IS 114 (44.92% from 255) = 21.51%
BLUE value IS 206 (80.86% from 255) = 38.87%
R=39.62%
G=21.51%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011420600.460.020.18302.551.6163.53
HexD272CE02E21212e3440
Octal32216231605622245664100
Binary11010010111001011001110010111010100101001011101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D272CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D272CE; }

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

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

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

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

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

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

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

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