Html Css Color HEX #D377DF Orchid

📋 copy color: '#D377DF'

red 211 ◦ green 119 ◦ blue 223

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

Shades of Orchid #D377DF

Tints of Orchid #D377DF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.52%

 BLUE value IS 223 (87.5% from 255) = 40.33%

R = 38.16%
G = 21.52%
B = 40.33%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D377DF (or 0xD377DF) is known color: Orchid. HEX triplet: D3, 77 and DF. RGB value is (211,119,223). Sum of RGB (Red+Green+Blue) = 211+119+223=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #D377DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D377DF is #2C8820. Grayscale: #9E9E9E. Windows color (decimal): -2918433 or 14645203. OLE color: 14645203.

HSL color Cylindrical-coordinate representation of color #D377DF: hue angle of 293.08º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D377DF is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 119 223 -
CMYK 0.05 0.47 0 0.13
HSL 293.08º 0.62% 0.67% -
HSV(B) 293.08º 0.47% 0.87% -
XYZ 46.78 32.37 73.59 -
YUV 158.36 164.48 165.54 -
System Red Green Blue C M Y K H S L
Decimal 211 119 223 0.05 0.47 0 0.13 293.08 0.62 0.67
Hex D3 77 DF 5 2F 0 D 125 3E 43
Octal 323 167 337 5 57 0 15 445 76 103
Binary 11010011 1110111 11011111 101 101111 0 1101 100100101 111110 1000011

Color Harmonies of #D377DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D377DF

Black with #D377DF

Text Example


Text Example

White with #D377DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D377DF; }

 p { color: rgb(211,119,223); }

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

background-color css

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

 a { background-color: rgb(211,119,223); }

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

border-color css

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

 span { border-color: rgb(211,119,223); }

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