Html Css Color HEX #D76CB6 Orchid

📋 copy color: '#D76CB6'

red 215 ◦ green 108 ◦ blue 182

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

Shades of Orchid #D76CB6

Tints of Orchid #D76CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.04%

R = 42.57%
G = 21.39%
B = 36.04%

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

#D76CB6 (or 0xD76CB6) is known color: Orchid. HEX triplet: D7, 6C and B6. RGB value is (215,108,182). Sum of RGB (Red+Green+Blue) = 215+108+182=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76CB6 is #289349. Grayscale: #949494. Windows color (decimal): -2659146 or 11955415. OLE color: 11955415.

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

Color convert

RGB 215 108 182 -
CMYK 0 0.50 0.15 0.16
HSL 318.5º 0.57% 0.63% -
HSV(B) 318.5º 0.5% 0.84% -
XYZ 41.83 28.55 47.56 -
YUV 148.43 146.95 175.48 -
System Red Green Blue C M Y K H S L
Decimal 215 108 182 0 0.50 0.15 0.16 318.5 0.57 0.63
Hex D7 6C B6 0 32 F 10 13F 39 3F
Octal 327 154 266 0 62 17 20 477 71 77
Binary 11010111 1101100 10110110 0 110010 1111 10000 100111111 111001 111111

Color Harmonies of #D76CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76CB6

Black with #D76CB6

Text Example


Text Example

White with #D76CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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