Html Css Color HEX #D770B9 Orchid

📋 copy color: '#D770B9'

red 215 ◦ green 112 ◦ blue 185

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

Shades of Orchid #D770B9

Tints of Orchid #D770B9

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.88%

 BLUE value IS 185 (72.66% from 255) = 36.13%

R = 41.99%
G = 21.88%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D770B9 (or 0xD770B9) is known color: Orchid. HEX triplet: D7, 70 and B9. RGB value is (215,112,185). Sum of RGB (Red+Green+Blue) = 215+112+185=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D770B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770B9 is #288F46. Grayscale: #969696. Windows color (decimal): -2658119 or 12153047. OLE color: 12153047.

HSL color Cylindrical-coordinate representation of color #D770B9: hue angle of 317.48º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D770B9 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 112 185 -
CMYK 0 0.48 0.14 0.16
HSL 317.48º 0.56% 0.64% -
HSV(B) 317.48º 0.48% 0.84% -
XYZ 42.58 29.54 49.36 -
YUV 151.12 147.12 173.56 -
System Red Green Blue C M Y K H S L
Decimal 215 112 185 0 0.48 0.14 0.16 317.48 0.56 0.64
Hex D7 70 B9 0 30 E 10 13D 38 40
Octal 327 160 271 0 60 16 20 475 70 100
Binary 11010111 1110000 10111001 0 110000 1110 10000 100111101 111000 1000000

Color Harmonies of #D770B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D770B9

Black with #D770B9

Text Example


Text Example

White with #D770B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D770B9; }

 p { color: rgb(215,112,185); }

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

background-color css

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

 a { background-color: rgb(215,112,185); }

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

border-color css

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

 span { border-color: rgb(215,112,185); }

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