#D084CF

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

Shades of Orchid #D084CF

Tints of Orchid #D084CF

Color information

#D084CF (or 0xD084CF) is unknown color: approx Orchid. HEX triplet: D0, 84 and CF. RGB value is (208,132,207). Sum of RGB (Red+Green+Blue) = 208+132+207=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 208 - color contains mainly: red. Hex color #D084CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D084CF is #2F7B30. Grayscale: #A3A3A3. Windows color (decimal): -3111729 or 13599952. OLE color: 13599952.

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

Color convert

RGB208132207-
CMYK00.370.000.18
HSL300.79º44.71%66.67%-
HSV(B)300.79º36.54%81.57%-
XYZ45.5334.4263.28-
YUV163.27152.68159.9-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.03%
GREEN value IS 132 (51.95% from 255) = 24.13%
BLUE value IS 207 (81.25% from 255) = 37.84%
R=38.03%
G=24.13%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813220700.370.000.18300.7944.7166.67
HexD084CF02501212d2d43
Octal32020431704502245555103
Binary11010000100001001100111101001010100101001011011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D084CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D084CF; }

 p { color: rgb(208,132,207); }

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

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

 a { background-color: rgb(208,132,207); }

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

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

 span { border-color: rgb(208,132,207); }

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