Html Css Color HEX #D374DB Orchid

📋 copy color: '#D374DB'

red 211 ◦ green 116 ◦ blue 219

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

Shades of Orchid #D374DB

Tints of Orchid #D374DB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.25%

 BLUE value IS 219 (85.94% from 255) = 40.11%

R = 38.64%
G = 21.25%
B = 40.11%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D374DB (or 0xD374DB) is known color: Orchid. HEX triplet: D3, 74 and DB. RGB value is (211,116,219). Sum of RGB (Red+Green+Blue) = 211+116+219=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #D374DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D374DB is #2C8B24. Grayscale: #9B9B9B. Windows color (decimal): -2919205 or 14382291. OLE color: 14382291.

HSL color Cylindrical-coordinate representation of color #D374DB: hue angle of 295.34º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D374DB is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 116 219 -
CMYK 0.04 0.47 0 0.14
HSL 295.34º 0.59% 0.66% -
HSV(B) 295.34º 0.47% 0.86% -
XYZ 45.9 31.45 70.67 -
YUV 156.15 163.47 167.12 -
System Red Green Blue C M Y K H S L
Decimal 211 116 219 0.04 0.47 0 0.14 295.34 0.59 0.66
Hex D3 74 DB 4 2F 0 E 127 3B 42
Octal 323 164 333 4 57 0 16 447 73 102
Binary 11010011 1110100 11011011 100 101111 0 1110 100100111 111011 1000010

Color Harmonies of #D374DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D374DB

Black with #D374DB

Text Example


Text Example

White with #D374DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D374DB; }

 p { color: rgb(211,116,219); }

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

background-color css

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

 a { background-color: rgb(211,116,219); }

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

border-color css

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

 span { border-color: rgb(211,116,219); }

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