Html Css Color HEX #D385DB Orchid

📋 copy color: '#D385DB'

red 211 ◦ green 133 ◦ blue 219

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

Shades of Orchid #D385DB

Tints of Orchid #D385DB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.62%

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

R = 37.48%
G = 23.62%
B = 38.9%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D385DB (or 0xD385DB) is known color: Orchid. HEX triplet: D3, 85 and DB. RGB value is (211,133,219). Sum of RGB (Red+Green+Blue) = 211+133+219=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #D385DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D385DB is #2C7A24. Grayscale: #A5A5A5. Windows color (decimal): -2914853 or 14386643. OLE color: 14386643.

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

Color convert

RGB 211 133 219 -
CMYK 0.04 0.39 0 0.14
HSL 294.42º 0.54% 0.69% -
HSV(B) 294.42º 0.39% 0.86% -
XYZ 48.04 35.74 71.38 -
YUV 166.13 157.84 160.01 -
System Red Green Blue C M Y K H S L
Decimal 211 133 219 0.04 0.39 0 0.14 294.42 0.54 0.69
Hex D3 85 DB 4 27 0 E 126 36 45
Octal 323 205 333 4 47 0 16 446 66 105
Binary 11010011 10000101 11011011 100 100111 0 1110 100100110 110110 1000101

Color Harmonies of #D385DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D385DB

Black with #D385DB

Text Example


Text Example

White with #D385DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D385DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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