Html Css Color HEX #D76CB7 Orchid

📋 copy color: '#D76CB7'

red 215 ◦ green 108 ◦ blue 183

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

Shades of Orchid #D76CB7

Tints of Orchid #D76CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.17%

R = 42.49%
G = 21.34%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D76CB7 (or 0xD76CB7) is known color: Orchid. HEX triplet: D7, 6C and B7. RGB value is (215,108,183). Sum of RGB (Red+Green+Blue) = 215+108+183=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 183 (71.88% from 255 or 36.17% from 506); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76CB7 is #289348. Grayscale: #949494. Windows color (decimal): -2659145 or 12020951. OLE color: 12020951.

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

Color convert

RGB 215 108 183 -
CMYK 0 0.50 0.15 0.16
HSL 317.94º 0.57% 0.63% -
HSV(B) 317.94º 0.5% 0.84% -
XYZ 41.93 28.59 48.11 -
YUV 148.54 147.45 175.4 -
System Red Green Blue C M Y K H S L
Decimal 215 108 183 0 0.50 0.15 0.16 317.94 0.57 0.63
Hex D7 6C B7 0 32 F 10 13E 39 3F
Octal 327 154 267 0 62 17 20 476 71 77
Binary 11010111 1101100 10110111 0 110010 1111 10000 100111110 111001 111111

Color Harmonies of #D76CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76CB7

Black with #D76CB7

Text Example


Text Example

White with #D76CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76CB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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