Html Css Color HEX #D770B8 Orchid

📋 copy color: '#D770B8'

red 215 ◦ green 112 ◦ blue 184

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

Shades of Orchid #D770B8

Tints of Orchid #D770B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.01%

R = 42.07%
G = 21.92%
B = 36.01%

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

#D770B8 (or 0xD770B8) is known color: Orchid. HEX triplet: D7, 70 and B8. RGB value is (215,112,184). Sum of RGB (Red+Green+Blue) = 215+112+184=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 184 (72.27% from 255 or 36.01% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D770B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770B8 is #288F47. Grayscale: #969696. Windows color (decimal): -2658120 or 12087511. OLE color: 12087511.

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

Color convert

RGB 215 112 184 -
CMYK 0 0.48 0.14 0.16
HSL 318.06º 0.56% 0.64% -
HSV(B) 318.06º 0.48% 0.84% -
XYZ 42.47 29.5 48.8 -
YUV 151.01 146.62 173.65 -
System Red Green Blue C M Y K H S L
Decimal 215 112 184 0 0.48 0.14 0.16 318.06 0.56 0.64
Hex D7 70 B8 0 30 E 10 13E 38 40
Octal 327 160 270 0 60 16 20 476 70 100
Binary 11010111 1110000 10111000 0 110000 1110 10000 100111110 111000 1000000

Color Harmonies of #D770B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D770B8

Black with #D770B8

Text Example


Text Example

White with #D770B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D770B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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