Html Css Color HEX #D76CB8 Orchid

📋 copy color: '#D76CB8'

red 215 ◦ green 108 ◦ blue 184

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

Shades of Orchid #D76CB8

Tints of Orchid #D76CB8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.3%

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

R = 42.41%
G = 21.3%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D76CB8 (or 0xD76CB8) is known color: Orchid. HEX triplet: D7, 6C and B8. RGB value is (215,108,184). Sum of RGB (Red+Green+Blue) = 215+108+184=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76CB8 is #289347. Grayscale: #949494. Windows color (decimal): -2659144 or 12086487. OLE color: 12086487.

HSL color Cylindrical-coordinate representation of color #D76CB8: hue angle of 317.38º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76CB8 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 108 184 -
CMYK 0 0.50 0.14 0.16
HSL 317.38º 0.57% 0.63% -
HSV(B) 317.38º 0.5% 0.84% -
XYZ 42.04 28.63 48.66 -
YUV 148.66 147.95 175.32 -
System Red Green Blue C M Y K H S L
Decimal 215 108 184 0 0.50 0.14 0.16 317.38 0.57 0.63
Hex D7 6C B8 0 32 E 10 13D 39 3F
Octal 327 154 270 0 62 16 20 475 71 77
Binary 11010111 1101100 10111000 0 110010 1110 10000 100111101 111001 111111

Color Harmonies of #D76CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76CB8

Black with #D76CB8

Text Example


Text Example

White with #D76CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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