Html Css Color HEX #D376CF Orchid

📋 copy color: '#D376CF'

red 211 ◦ green 118 ◦ blue 207

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

Shades of Orchid #D376CF

Tints of Orchid #D376CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.62%

R = 39.37%
G = 22.01%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D376CF (or 0xD376CF) is known color: Orchid. HEX triplet: D3, 76 and CF. RGB value is (211,118,207). Sum of RGB (Red+Green+Blue) = 211+118+207=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 211 - color contains mainly: red. Hex color #D376CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D376CF is #2C8930. Grayscale: #9B9B9B. Windows color (decimal): -2918705 or 13596371. OLE color: 13596371.

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

Color convert

RGB 211 118 207 -
CMYK 0 0.44 0.02 0.17
HSL 302.58º 0.51% 0.65% -
HSV(B) 302.58º 0.44% 0.83% -
XYZ 44.6 31.31 62.72 -
YUV 155.95 156.81 167.26 -
System Red Green Blue C M Y K H S L
Decimal 211 118 207 0 0.44 0.02 0.17 302.58 0.51 0.65
Hex D3 76 CF 0 2C 2 11 12F 33 41
Octal 323 166 317 0 54 2 21 457 63 101
Binary 11010011 1110110 11001111 0 101100 10 10001 100101111 110011 1000001

Color Harmonies of #D376CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D376CF

Black with #D376CF

Text Example


Text Example

White with #D376CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D376CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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