Html Css Color HEX #D377D5 Orchid

📋 copy color: '#D377D5'

red 211 ◦ green 119 ◦ blue 213

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

Shades of Orchid #D377D5

Tints of Orchid #D377D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.23%

R = 38.86%
G = 21.92%
B = 39.23%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D377D5 (or 0xD377D5) is known color: Orchid. HEX triplet: D3, 77 and D5. RGB value is (211,119,213). Sum of RGB (Red+Green+Blue) = 211+119+213=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 213 (83.59% from 255 or 39.23% from 543); Max value from RGB is 213 - color contains mainly: blue. Hex color #D377D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D377D5 is #2C882A. Grayscale: #9C9C9C. Windows color (decimal): -2918443 or 13989843. OLE color: 13989843.

HSL color Cylindrical-coordinate representation of color #D377D5: hue angle of 298.72º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D377D5 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 119 213 -
CMYK 0.01 0.44 0 0.16
HSL 298.72º 0.53% 0.65% -
HSV(B) 298.72º 0.44% 0.84% -
XYZ 45.47 31.85 66.7 -
YUV 157.22 159.48 166.36 -
System Red Green Blue C M Y K H S L
Decimal 211 119 213 0.01 0.44 0 0.16 298.72 0.53 0.65
Hex D3 77 D5 1 2C 0 10 12B 35 41
Octal 323 167 325 1 54 0 20 453 65 101
Binary 11010011 1110111 11010101 1 101100 0 10000 100101011 110101 1000001

Color Harmonies of #D377D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D377D5

Black with #D377D5

Text Example


Text Example

White with #D377D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D377D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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