#d272e0

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

Shades of Orchid #D272E0

Tints of Orchid #D272E0

Color information

#D272E0 (or 0xD272E0) is unknown color: approx Orchid. HEX triplet: D2, 72 and E0. RGB value is (210,114,224). Sum of RGB (Red+Green+Blue) = 210+114+224=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 114 (44.92% from 255 or 20.80% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 224 - color contains mainly: blue. Hex color #D272E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D272E0 is #2D8D1F. Grayscale: #9A9A9A. Windows color (decimal): -2985248 or 14709458. OLE color: 14709458.

HSL color Cylindrical-coordinate representation of color #D272E0: hue angle of 292.36º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D272E0 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB210114224-
CMYK0.060.4900.12
HSL292.36º63.95%66.27%-
HSV(B)292.36º49.11%87.84%-
XYZ46.0531.1274.1-
YUV155.24166.8167.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.32%
GREEN value IS 114 (44.92% from 255) = 20.80%
BLUE value IS 224 (87.89% from 255) = 40.88%
R=38.32%
G=20.80%
B=40.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2101142240.060.4900.12292.3663.9566.27
HexD272E06310C1244042
Octal322162340661014444100102
Binary110100101110010111000001101100010110010010010010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d272e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d272e0; }

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

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

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

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

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

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

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

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