Html Css Color HEX #D379E5 Orchid

📋 copy color: '#D379E5'

red 211 ◦ green 121 ◦ blue 229

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

Shades of Orchid #D379E5

Tints of Orchid #D379E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.82%

R = 37.61%
G = 21.57%
B = 40.82%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D379E5 (or 0xD379E5) is known color: Orchid. HEX triplet: D3, 79 and E5. RGB value is (211,121,229). Sum of RGB (Red+Green+Blue) = 211+121+229=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 121 (47.66% from 255 or 21.57% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 229 - color contains mainly: blue. Hex color #D379E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D379E5 is #2C861A. Grayscale: #9F9F9F. Windows color (decimal): -2917915 or 15038931. OLE color: 15038931.

HSL color Cylindrical-coordinate representation of color #D379E5: hue angle of 290º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D379E5 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 211 121 229 -
CMYK 0.08 0.47 0 0.10
HSL 290º 0.68% 0.69% -
HSV(B) 290º 0.47% 0.9% -
XYZ 47.84 33.18 78.01 -
YUV 160.22 166.82 164.22 -
System Red Green Blue C M Y K H S L
Decimal 211 121 229 0.08 0.47 0 0.10 290 0.68 0.69
Hex D3 79 E5 8 2F 0 A 122 44 45
Octal 323 171 345 10 57 0 12 442 104 105
Binary 11010011 1111001 11100101 1000 101111 0 1010 100100010 1000100 1000101

Color Harmonies of #D379E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D379E5

Black with #D379E5

Text Example


Text Example

White with #D379E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D379E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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