Html Css Color HEX #D770BC Orchid

📋 copy color: '#D770BC'

red 215 ◦ green 112 ◦ blue 188

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

Shades of Orchid #D770BC

Tints of Orchid #D770BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.5%

R = 41.75%
G = 21.75%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D770BC (or 0xD770BC) is known color: Orchid. HEX triplet: D7, 70 and BC. RGB value is (215,112,188). Sum of RGB (Red+Green+Blue) = 215+112+188=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D770BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770BC is #288F43. Grayscale: #979797. Windows color (decimal): -2658116 or 12349655. OLE color: 12349655.

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

Color convert

RGB 215 112 188 -
CMYK 0 0.48 0.13 0.16
HSL 315.73º 0.56% 0.64% -
HSV(B) 315.73º 0.48% 0.84% -
XYZ 42.9 29.67 51.04 -
YUV 151.46 148.62 173.32 -
System Red Green Blue C M Y K H S L
Decimal 215 112 188 0 0.48 0.13 0.16 315.73 0.56 0.64
Hex D7 70 BC 0 30 D 10 13C 38 40
Octal 327 160 274 0 60 15 20 474 70 100
Binary 11010111 1110000 10111100 0 110000 1101 10000 100111100 111000 1000000

Color Harmonies of #D770BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D770BC

Black with #D770BC

Text Example


Text Example

White with #D770BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D770BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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