Html Css Color HEX #D379DE Orchid

📋 copy color: '#D379DE'

red 211 ◦ green 121 ◦ blue 222

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

Shades of Orchid #D379DE

Tints of Orchid #D379DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.07%

R = 38.09%
G = 21.84%
B = 40.07%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D379DE (or 0xD379DE) is known color: Orchid. HEX triplet: D3, 79 and DE. RGB value is (211,121,222). Sum of RGB (Red+Green+Blue) = 211+121+222=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 121 (47.66% from 255 or 21.84% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #D379DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D379DE is #2C8621. Grayscale: #9F9F9F. Windows color (decimal): -2917922 or 14580179. OLE color: 14580179.

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

Color convert

RGB 211 121 222 -
CMYK 0.05 0.45 0 0.13
HSL 293.47º 0.6% 0.67% -
HSV(B) 293.47º 0.45% 0.87% -
XYZ 46.89 32.8 72.97 -
YUV 159.42 163.32 164.79 -
System Red Green Blue C M Y K H S L
Decimal 211 121 222 0.05 0.45 0 0.13 293.47 0.6 0.67
Hex D3 79 DE 5 2D 0 D 125 3C 43
Octal 323 171 336 5 55 0 15 445 74 103
Binary 11010011 1111001 11011110 101 101101 0 1101 100100101 111100 1000011

Color Harmonies of #D379DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D379DE

Black with #D379DE

Text Example


Text Example

White with #D379DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D379DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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