Html Css Color HEX #D869DB Orchid

📋 copy color: '#D869DB'

red 216 ◦ green 105 ◦ blue 219

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

Shades of Orchid #D869DB

Tints of Orchid #D869DB

RGB

 RED value IS 216 (84.77% from 255) = 40%

 GREEN value IS 105 (41.41% from 255) = 19.44%

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

R = 40%
G = 19.44%
B = 40.56%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D869DB (or 0xD869DB) is known color: Orchid. HEX triplet: D8, 69 and DB. RGB value is (216,105,219). Sum of RGB (Red+Green+Blue) = 216+105+219=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 105 (41.41% from 255 or 19.44% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #D869DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D869DB is #279624. Grayscale: #969696. Windows color (decimal): -2594341 or 14379480. OLE color: 14379480.

HSL color Cylindrical-coordinate representation of color #D869DB: hue angle of 298.42º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D869DB is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 105 219 -
CMYK 0.01 0.52 0 0.14
HSL 298.42º 0.61% 0.64% -
HSV(B) 298.42º 0.52% 0.86% -
XYZ 46.16 29.82 70.34 -
YUV 151.19 166.27 174.23 -
System Red Green Blue C M Y K H S L
Decimal 216 105 219 0.01 0.52 0 0.14 298.42 0.61 0.64
Hex D8 69 DB 1 34 0 E 12A 3D 40
Octal 330 151 333 1 64 0 16 452 75 100
Binary 11011000 1101001 11011011 1 110100 0 1110 100101010 111101 1000000

Color Harmonies of #D869DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D869DB

Black with #D869DB

Text Example


Text Example

White with #D869DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D869DB; }

 p { color: rgb(216,105,219); }

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

background-color css

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

 a { background-color: rgb(216,105,219); }

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

border-color css

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

 span { border-color: rgb(216,105,219); }

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