#D775CD

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

Shades of Orchid #D775CD

Tints of Orchid #D775CD

Color information

#D775CD (or 0xD775CD) is unknown color: approx Orchid. HEX triplet: D7, 75 and CD. RGB value is (215,117,205). Sum of RGB (Red+Green+Blue) = 215+117+205=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 215 - color contains mainly: red. Hex color #D775CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D775CD is #288A32. Grayscale: #9C9C9C. Windows color (decimal): -2656819 or 13465047. OLE color: 13465047.

HSL color Cylindrical-coordinate representation of color #D775CD: hue angle of 306.12º 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 #D775CD is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB215117205-
CMYK00.460.050.16
HSL306.12º55.06%65.1%-
HSV(B)306.12º45.58%84.31%-
XYZ45.4131.5861.46-
YUV156.33155.47169.84-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.04%
GREEN value IS 117 (46.09% from 255) = 21.79%
BLUE value IS 205 (80.47% from 255) = 38.18%
R=40.04%
G=21.79%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511720500.460.050.16306.1255.0665.1
HexD775CD02E5101323741
Octal32716531505652046267101
Binary110101111110101110011010101110101100001001100101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D775CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D775CD; }

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

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

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

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

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

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

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

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