Html Css Color HEX #D379CA Orchid

📋 copy color: '#D379CA'

red 211 ◦ green 121 ◦ blue 202

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

Shades of Orchid #D379CA

Tints of Orchid #D379CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.83%

R = 39.51%
G = 22.66%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D379CA (or 0xD379CA) is known color: Orchid. HEX triplet: D3, 79 and CA. RGB value is (211,121,202). Sum of RGB (Red+Green+Blue) = 211+121+202=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 121 (47.66% from 255 or 22.66% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 211 - color contains mainly: red. Hex color #D379CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D379CA is #2C8635. Grayscale: #9C9C9C. Windows color (decimal): -2917942 or 13269459. OLE color: 13269459.

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

Color convert

RGB 211 121 202 -
CMYK 0 0.43 0.04 0.17
HSL 306º 0.51% 0.65% -
HSV(B) 306º 0.43% 0.83% -
XYZ 44.36 31.79 59.67 -
YUV 157.14 153.32 166.41 -
System Red Green Blue C M Y K H S L
Decimal 211 121 202 0 0.43 0.04 0.17 306 0.51 0.65
Hex D3 79 CA 0 2B 4 11 132 33 41
Octal 323 171 312 0 53 4 21 462 63 101
Binary 11010011 1111001 11001010 0 101011 100 10001 100110010 110011 1000001

Color Harmonies of #D379CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D379CA

Black with #D379CA

Text Example


Text Example

White with #D379CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D379CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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