Html Css Color HEX #D379C0 Orchid

📋 copy color: '#D379C0'

red 211 ◦ green 121 ◦ blue 192

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

Shades of Orchid #D379C0

Tints of Orchid #D379C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.64%

R = 40.27%
G = 23.09%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D379C0 (or 0xD379C0) is known color: Orchid. HEX triplet: D3, 79 and C0. RGB value is (211,121,192). Sum of RGB (Red+Green+Blue) = 211+121+192=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 121 (47.66% from 255 or 23.09% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 211 - color contains mainly: red. Hex color #D379C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D379C0 is #2C863F. Grayscale: #9B9B9B. Windows color (decimal): -2917952 or 12614099. OLE color: 12614099.

HSL color Cylindrical-coordinate representation of color #D379C0: hue angle of 312.67º 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 #D379C0 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 121 192 -
CMYK 0 0.43 0.09 0.17
HSL 312.67º 0.51% 0.65% -
HSV(B) 312.67º 0.43% 0.83% -
XYZ 43.22 31.33 53.64 -
YUV 156 148.32 167.23 -
System Red Green Blue C M Y K H S L
Decimal 211 121 192 0 0.43 0.09 0.17 312.67 0.51 0.65
Hex D3 79 C0 0 2B 9 11 139 33 41
Octal 323 171 300 0 53 11 21 471 63 101
Binary 11010011 1111001 11000000 0 101011 1001 10001 100111001 110011 1000001

Color Harmonies of #D379C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D379C0

Black with #D379C0

Text Example


Text Example

White with #D379C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D379C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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