Html Css Color HEX #D376CD Orchid

📋 copy color: '#D376CD'

red 211 ◦ green 118 ◦ blue 205

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

Shades of Orchid #D376CD

Tints of Orchid #D376CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.39%

R = 39.51%
G = 22.1%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D376CD (or 0xD376CD) is known color: Orchid. HEX triplet: D3, 76 and CD. RGB value is (211,118,205). Sum of RGB (Red+Green+Blue) = 211+118+205=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 211 - color contains mainly: red. Hex color #D376CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D376CD is #2C8932. Grayscale: #9B9B9B. Windows color (decimal): -2918707 or 13465299. OLE color: 13465299.

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

Color convert

RGB 211 118 205 -
CMYK 0 0.44 0.03 0.17
HSL 303.87º 0.51% 0.65% -
HSV(B) 303.87º 0.44% 0.83% -
XYZ 44.36 31.21 61.44 -
YUV 155.73 155.81 167.43 -
System Red Green Blue C M Y K H S L
Decimal 211 118 205 0 0.44 0.03 0.17 303.87 0.51 0.65
Hex D3 76 CD 0 2C 3 11 130 33 41
Octal 323 166 315 0 54 3 21 460 63 101
Binary 11010011 1110110 11001101 0 101100 11 10001 100110000 110011 1000001

Color Harmonies of #D376CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D376CD

Black with #D376CD

Text Example


Text Example

White with #D376CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D376CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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