Html Css Color HEX #D379CD Orchid

📋 copy color: '#D379CD'

red 211 ◦ green 121 ◦ blue 205

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

Shades of Orchid #D379CD

Tints of Orchid #D379CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.18%

R = 39.29%
G = 22.53%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D379CD (or 0xD379CD) is known color: Orchid. HEX triplet: D3, 79 and CD. RGB value is (211,121,205). Sum of RGB (Red+Green+Blue) = 211+121+205=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 121 (47.66% from 255 or 22.53% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 211 - color contains mainly: red. Hex color #D379CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D379CD is #2C8632. Grayscale: #9D9D9D. Windows color (decimal): -2917939 or 13466067. OLE color: 13466067.

HSL color Cylindrical-coordinate representation of color #D379CD: hue angle of 304º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D379CD is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 121 205 -
CMYK 0 0.43 0.03 0.17
HSL 304º 0.51% 0.65% -
HSV(B) 304º 0.43% 0.83% -
XYZ 44.72 31.93 61.56 -
YUV 157.49 154.82 166.17 -
System Red Green Blue C M Y K H S L
Decimal 211 121 205 0 0.43 0.03 0.17 304 0.51 0.65
Hex D3 79 CD 0 2B 3 11 130 33 41
Octal 323 171 315 0 53 3 21 460 63 101
Binary 11010011 1111001 11001101 0 101011 11 10001 100110000 110011 1000001

Color Harmonies of #D379CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D379CD

Black with #D379CD

Text Example


Text Example

White with #D379CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D379CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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