Html Css Color HEX #D376C7 Orchid

📋 copy color: '#D376C7'

red 211 ◦ green 118 ◦ blue 199

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

Shades of Orchid #D376C7

Tints of Orchid #D376C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.69%

R = 39.96%
G = 22.35%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#D376C7 (or 0xD376C7) is known color: Orchid. HEX triplet: D3, 76 and C7. RGB value is (211,118,199). Sum of RGB (Red+Green+Blue) = 211+118+199=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 118 (46.48% from 255 or 22.35% from 528); Blue value is 199 (78.12% from 255 or 37.69% from 528); Max value from RGB is 211 - color contains mainly: red. Hex color #D376C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D376C7 is #2C8938. Grayscale: #9A9A9A. Windows color (decimal): -2918713 or 13072083. OLE color: 13072083.

HSL color Cylindrical-coordinate representation of color #D376C7: hue angle of 307.74º 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 #D376C7 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 118 199 -
CMYK 0 0.44 0.06 0.17
HSL 307.74º 0.51% 0.65% -
HSV(B) 307.74º 0.44% 0.83% -
XYZ 43.65 30.93 57.7 -
YUV 155.04 152.81 167.91 -
System Red Green Blue C M Y K H S L
Decimal 211 118 199 0 0.44 0.06 0.17 307.74 0.51 0.65
Hex D3 76 C7 0 2C 6 11 134 33 41
Octal 323 166 307 0 54 6 21 464 63 101
Binary 11010011 1110110 11000111 0 101100 110 10001 100110100 110011 1000001

Color Harmonies of #D376C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D376C7

Black with #D376C7

Text Example


Text Example

White with #D376C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D376C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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