Html Css Color HEX #D376CC Orchid

📋 copy color: '#D376CC'

red 211 ◦ green 118 ◦ blue 204

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

Shades of Orchid #D376CC

Tints of Orchid #D376CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.27%

R = 39.59%
G = 22.14%
B = 38.27%

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

#D376CC (or 0xD376CC) is known color: Orchid. HEX triplet: D3, 76 and CC. RGB value is (211,118,204). Sum of RGB (Red+Green+Blue) = 211+118+204=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 211 - color contains mainly: red. Hex color #D376CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D376CC is #2C8933. Grayscale: #9B9B9B. Windows color (decimal): -2918708 or 13399763. OLE color: 13399763.

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

Color convert

RGB 211 118 204 -
CMYK 0 0.44 0.03 0.17
HSL 304.52º 0.51% 0.65% -
HSV(B) 304.52º 0.44% 0.83% -
XYZ 44.24 31.17 60.81 -
YUV 155.61 155.31 167.51 -
System Red Green Blue C M Y K H S L
Decimal 211 118 204 0 0.44 0.03 0.17 304.52 0.51 0.65
Hex D3 76 CC 0 2C 3 11 131 33 41
Octal 323 166 314 0 54 3 21 461 63 101
Binary 11010011 1110110 11001100 0 101100 11 10001 100110001 110011 1000001

Color Harmonies of #D376CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D376CC

Black with #D376CC

Text Example


Text Example

White with #D376CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D376CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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