#D274E0

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

Shades of Orchid #D274E0

Tints of Orchid #D274E0

Color information

#D274E0 (or 0xD274E0) is unknown color: approx Orchid. HEX triplet: D2, 74 and E0. RGB value is (210,116,224). Sum of RGB (Red+Green+Blue) = 210+116+224=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 116 (45.70% from 255 or 21.09% from 550); Blue value is 224 (87.89% from 255 or 40.73% from 550); Max value from RGB is 224 - color contains mainly: blue. Hex color #D274E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D274E0 is #2D8B1F. Grayscale: #9C9C9C. Windows color (decimal): -2984736 or 14709970. OLE color: 14709970.

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

Color convert

RGB210116224-
CMYK0.060.4800.12
HSL292.22º63.53%66.67%-
HSV(B)292.22º48.21%87.84%-
XYZ46.2831.5774.18-
YUV156.42166.14166.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.18%
GREEN value IS 116 (45.70% from 255) = 21.09%
BLUE value IS 224 (87.89% from 255) = 40.73%
R=38.18%
G=21.09%
B=40.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2101162240.060.4800.12292.2263.5366.67
HexD274E06300C1244043
Octal322164340660014444100103
Binary110100101110100111000001101100000110010010010010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D274E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D274E0; }

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

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

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

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

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

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

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

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