Html Css Color HEX #D775BB Orchid

📋 copy color: '#D775BB'

red 215 ◦ green 117 ◦ blue 187

#D775BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D775BB

Tints of Orchid #D775BB

RGB

 RED value IS 215 (84.38% from 255) = 41.43%

 GREEN value IS 117 (46.09% from 255) = 22.54%

 BLUE value IS 187 (73.44% from 255) = 36.03%

R = 41.43%
G = 22.54%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D775BB (or 0xD775BB) is known color: Orchid. HEX triplet: D7, 75 and BB. RGB value is (215,117,187). Sum of RGB (Red+Green+Blue) = 215+117+187=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D775BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D775BB is #288A44. Grayscale: #9A9A9A. Windows color (decimal): -2656837 or 12285399. OLE color: 12285399.

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

Color convert

RGB 215 117 187 -
CMYK 0 0.46 0.13 0.16
HSL 317.14º 0.55% 0.65% -
HSV(B) 317.14º 0.46% 0.84% -
XYZ 43.36 30.76 50.67 -
YUV 154.28 146.47 171.31 -
System Red Green Blue C M Y K H S L
Decimal 215 117 187 0 0.46 0.13 0.16 317.14 0.55 0.65
Hex D7 75 BB 0 2E D 10 13D 37 41
Octal 327 165 273 0 56 15 20 475 67 101
Binary 11010111 1110101 10111011 0 101110 1101 10000 100111101 110111 1000001

Color Harmonies of #D775BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D775BB

Black with #D775BB

Text Example


Text Example

White with #D775BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D775BB; }

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

 H1.HeaderClassName
 {
   color: #D775BB;
 }
 .AnyTagClassName
 {
   color: #D775BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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