Html Css Color HEX #D376C8 Orchid

📋 copy color: '#D376C8'

red 211 ◦ green 118 ◦ blue 200

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

Shades of Orchid #D376C8

Tints of Orchid #D376C8

RGB

 RED value IS 211 (82.81% from 255) = 39.89%

 GREEN value IS 118 (46.48% from 255) = 22.31%

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

R = 39.89%
G = 22.31%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D376C8 (or 0xD376C8) is known color: Orchid. HEX triplet: D3, 76 and C8. RGB value is (211,118,200). Sum of RGB (Red+Green+Blue) = 211+118+200=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 200 (78.52% from 255 or 37.81% from 529); Max value from RGB is 211 - color contains mainly: red. Hex color #D376C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D376C8 is #2C8937. Grayscale: #9A9A9A. Windows color (decimal): -2918712 or 13137619. OLE color: 13137619.

HSL color Cylindrical-coordinate representation of color #D376C8: hue angle of 307.1º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D376C8 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 118 200 -
CMYK 0 0.44 0.05 0.17
HSL 307.1º 0.51% 0.65% -
HSV(B) 307.1º 0.44% 0.83% -
XYZ 43.77 30.98 58.32 -
YUV 155.16 153.31 167.83 -
System Red Green Blue C M Y K H S L
Decimal 211 118 200 0 0.44 0.05 0.17 307.1 0.51 0.65
Hex D3 76 C8 0 2C 5 11 133 33 41
Octal 323 166 310 0 54 5 21 463 63 101
Binary 11010011 1110110 11001000 0 101100 101 10001 100110011 110011 1000001

Color Harmonies of #D376C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D376C8

Black with #D376C8

Text Example


Text Example

White with #D376C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D376C8; }

 p { color: rgb(211,118,200); }

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

background-color css

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

 a { background-color: rgb(211,118,200); }

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

border-color css

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

 span { border-color: rgb(211,118,200); }

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