Html Css Color HEX #D380DB Orchid

📋 copy color: '#D380DB'

red 211 ◦ green 128 ◦ blue 219

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

Shades of Orchid #D380DB

Tints of Orchid #D380DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.94%

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

R = 37.81%
G = 22.94%
B = 39.25%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D380DB (or 0xD380DB) is known color: Orchid. HEX triplet: D3, 80 and DB. RGB value is (211,128,219). Sum of RGB (Red+Green+Blue) = 211+128+219=558 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.81% from 558); Green value is 128 (50.39% from 255 or 22.94% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #D380DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D380DB is #2C7F24. Grayscale: #A2A2A2. Windows color (decimal): -2916133 or 14385363. OLE color: 14385363.

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

Color convert

RGB 211 128 219 -
CMYK 0.04 0.42 0 0.14
HSL 294.73º 0.56% 0.68% -
HSV(B) 294.73º 0.42% 0.86% -
XYZ 47.37 34.4 71.16 -
YUV 163.19 159.5 162.1 -
System Red Green Blue C M Y K H S L
Decimal 211 128 219 0.04 0.42 0 0.14 294.73 0.56 0.68
Hex D3 80 DB 4 2A 0 E 127 38 44
Octal 323 200 333 4 52 0 16 447 70 104
Binary 11010011 10000000 11011011 100 101010 0 1110 100100111 111000 1000100

Color Harmonies of #D380DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D380DB

Black with #D380DB

Text Example


Text Example

White with #D380DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D380DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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