Html Css Color HEX #D76BC8 Orchid

📋 copy color: '#D76BC8'

red 215 ◦ green 107 ◦ blue 200

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

Shades of Orchid #D76BC8

Tints of Orchid #D76BC8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.5%

 BLUE value IS 200 (78.52% from 255) = 38.31%

R = 41.19%
G = 20.5%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D76BC8 (or 0xD76BC8) is known color: Orchid. HEX triplet: D7, 6B and C8. RGB value is (215,107,200). Sum of RGB (Red+Green+Blue) = 215+107+200=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 107 (42.19% from 255 or 20.50% from 522); Blue value is 200 (78.52% from 255 or 38.31% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D76BC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76BC8 is #289437. Grayscale: #959595. Windows color (decimal): -2659384 or 13134807. OLE color: 13134807.

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

Color convert

RGB 215 107 200 -
CMYK 0 0.50 0.07 0.16
HSL 308.33º 0.57% 0.63% -
HSV(B) 308.33º 0.5% 0.84% -
XYZ 43.71 29.13 57.96 -
YUV 149.89 156.28 174.44 -
System Red Green Blue C M Y K H S L
Decimal 215 107 200 0 0.50 0.07 0.16 308.33 0.57 0.63
Hex D7 6B C8 0 32 7 10 134 39 3F
Octal 327 153 310 0 62 7 20 464 71 77
Binary 11010111 1101011 11001000 0 110010 111 10000 100110100 111001 111111

Color Harmonies of #D76BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76BC8

Black with #D76BC8

Text Example


Text Example

White with #D76BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76BC8; }

 p { color: rgb(215,107,200); }

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

background-color css

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

 a { background-color: rgb(215,107,200); }

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

border-color css

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

 span { border-color: rgb(215,107,200); }

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