Html Css Color HEX #D379E1 Orchid

📋 copy color: '#D379E1'

red 211 ◦ green 121 ◦ blue 225

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

Shades of Orchid #D379E1

Tints of Orchid #D379E1

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.72%

 BLUE value IS 225 (88.28% from 255) = 40.39%

R = 37.88%
G = 21.72%
B = 40.39%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D379E1 (or 0xD379E1) is known color: Orchid. HEX triplet: D3, 79 and E1. RGB value is (211,121,225). Sum of RGB (Red+Green+Blue) = 211+121+225=557 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.88% from 557); Green value is 121 (47.66% from 255 or 21.72% from 557); Blue value is 225 (88.28% from 255 or 40.39% from 557); Max value from RGB is 225 - color contains mainly: blue. Hex color #D379E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D379E1 is #2C861E. Grayscale: #9F9F9F. Windows color (decimal): -2917919 or 14776787. OLE color: 14776787.

HSL color Cylindrical-coordinate representation of color #D379E1: hue angle of 291.92º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D379E1 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 121 225 -
CMYK 0.06 0.46 0 0.12
HSL 291.92º 0.63% 0.68% -
HSV(B) 291.92º 0.46% 0.88% -
XYZ 47.29 32.96 75.1 -
YUV 159.77 164.82 164.54 -
System Red Green Blue C M Y K H S L
Decimal 211 121 225 0.06 0.46 0 0.12 291.92 0.63 0.68
Hex D3 79 E1 6 2E 0 C 124 3F 44
Octal 323 171 341 6 56 0 14 444 77 104
Binary 11010011 1111001 11100001 110 101110 0 1100 100100100 111111 1000100

Color Harmonies of #D379E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D379E1

Black with #D379E1

Text Example


Text Example

White with #D379E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D379E1; }

 p { color: rgb(211,121,225); }

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

background-color css

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

 a { background-color: rgb(211,121,225); }

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

border-color css

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

 span { border-color: rgb(211,121,225); }

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