#D775C1

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

Shades of Orchid #D775C1

Tints of Orchid #D775C1

Color information

#D775C1 (or 0xD775C1) is unknown color: approx Orchid. HEX triplet: D7, 75 and C1. RGB value is (215,117,193). Sum of RGB (Red+Green+Blue) = 215+117+193=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 117 (46.09% from 255 or 22.29% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D775C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D775C1 is #288A3E. Grayscale: #9A9A9A. Windows color (decimal): -2656831 or 12678615. OLE color: 12678615.

HSL color Cylindrical-coordinate representation of color #D775C1: hue angle of 313.47º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D775C1 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB215117193-
CMYK00.460.100.16
HSL313.47º55.06%65.1%-
HSV(B)313.47º45.58%84.31%-
XYZ44.0131.0254.12-
YUV154.97149.47170.82-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.95%
GREEN value IS 117 (46.09% from 255) = 22.29%
BLUE value IS 193 (75.78% from 255) = 36.76%
R=40.95%
G=22.29%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511719300.460.100.16313.4755.0665.1
HexD775C102EA101393741
Octal327165301056122047167101
Binary1101011111101011100000101011101010100001001110011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D775C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D775C1; }

 p { color: rgb(215,117,193); }

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

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

 a { background-color: rgb(215,117,193); }

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

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

 span { border-color: rgb(215,117,193); }

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