Html Css Color HEX #D770BF Orchid

📋 copy color: '#D770BF'

red 215 ◦ green 112 ◦ blue 191

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

Shades of Orchid #D770BF

Tints of Orchid #D770BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.87%

R = 41.51%
G = 21.62%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D770BF (or 0xD770BF) is known color: Orchid. HEX triplet: D7, 70 and BF. RGB value is (215,112,191). Sum of RGB (Red+Green+Blue) = 215+112+191=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D770BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770BF is #288F40. Grayscale: #979797. Windows color (decimal): -2658113 or 12546263. OLE color: 12546263.

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

Color convert

RGB 215 112 191 -
CMYK 0 0.48 0.11 0.16
HSL 313.98º 0.56% 0.64% -
HSV(B) 313.98º 0.48% 0.84% -
XYZ 43.22 29.8 52.76 -
YUV 151.8 150.12 173.08 -
System Red Green Blue C M Y K H S L
Decimal 215 112 191 0 0.48 0.11 0.16 313.98 0.56 0.64
Hex D7 70 BF 0 30 B 10 13A 38 40
Octal 327 160 277 0 60 13 20 472 70 100
Binary 11010111 1110000 10111111 0 110000 1011 10000 100111010 111000 1000000

Color Harmonies of #D770BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D770BF

Black with #D770BF

Text Example


Text Example

White with #D770BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D770BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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