#D274CF

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

Shades of Orchid #D274CF

Tints of Orchid #D274CF

Color information

#D274CF (or 0xD274CF) is unknown color: approx Orchid. HEX triplet: D2, 74 and CF. RGB value is (210,116,207). Sum of RGB (Red+Green+Blue) = 210+116+207=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 210 - color contains mainly: red. Hex color #D274CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D274CF is #2D8B30. Grayscale: #9A9A9A. Windows color (decimal): -2984753 or 13595858. OLE color: 13595858.

HSL color Cylindrical-coordinate representation of color #D274CF: hue angle of 301.91º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D274CF is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB210116207-
CMYK00.450.010.18
HSL301.91º51.09%63.92%-
HSV(B)301.91º44.76%82.35%-
XYZ44.0930.762.63-
YUV154.48157.64167.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.40%
GREEN value IS 116 (45.70% from 255) = 21.76%
BLUE value IS 207 (81.25% from 255) = 38.84%
R=39.40%
G=21.76%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011620700.450.010.18301.9151.0963.92
HexD274CF02D11212e3340
Octal32216431705512245663100
Binary1101001011101001100111101011011100101001011101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D274CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D274CF; }

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

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

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

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

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

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

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

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