#d775c4

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

Shades of Orchid #D775C4

Tints of Orchid #D775C4

Color information

#D775C4 (or 0xD775C4) is unknown color: approx Orchid. HEX triplet: D7, 75 and C4. RGB value is (215,117,196). Sum of RGB (Red+Green+Blue) = 215+117+196=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 117 (46.09% from 255 or 22.16% from 528); Blue value is 196 (76.95% from 255 or 37.12% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D775C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D775C4 is #288A3B. Grayscale: #9B9B9B. Windows color (decimal): -2656828 or 12875223. OLE color: 12875223.

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

Color convert

RGB215117196-
CMYK00.460.090.16
HSL311.63º55.06%65.1%-
HSV(B)311.63º45.58%84.31%-
XYZ44.3531.1655.9-
YUV155.31150.97170.58-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.72%
GREEN value IS 117 (46.09% from 255) = 22.16%
BLUE value IS 196 (76.95% from 255) = 37.12%
R=40.72%
G=22.16%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511719600.460.090.16311.6355.0665.1
HexD775C402E9101383741
Octal327165304056112047067101
Binary1101011111101011100010001011101001100001001110001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d775c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d775c4; }

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

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

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

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

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

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

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

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