#D274DC

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

Shades of Orchid #D274DC

Tints of Orchid #D274DC

Color information

#D274DC (or 0xD274DC) is unknown color: approx Orchid. HEX triplet: D2, 74 and DC. RGB value is (210,116,220). Sum of RGB (Red+Green+Blue) = 210+116+220=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #D274DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D274DC is #2D8B23. Grayscale: #9B9B9B. Windows color (decimal): -2984740 or 14447826. OLE color: 14447826.

HSL color Cylindrical-coordinate representation of color #D274DC: hue angle of 294.23º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D274DC is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB210116220-
CMYK0.050.4700.14
HSL294.23º59.77%65.88%-
HSV(B)294.23º47.27%86.27%-
XYZ45.7431.3671.35-
YUV155.96164.14166.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.46%
GREEN value IS 116 (45.70% from 255) = 21.25%
BLUE value IS 220 (86.33% from 255) = 40.29%
R=38.46%
G=21.25%
B=40.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101162200.050.4700.14294.2359.7765.88
HexD274DC52F0E1263c42
Octal32216433455701644674102
Binary11010010111010011011100101101111011101001001101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D274DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D274DC; }

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

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

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

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

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

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

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

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