Html Css Color HEX #D865DB Orchid

📋 copy color: '#D865DB'

red 216 ◦ green 101 ◦ blue 219

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

Shades of Orchid #D865DB

Tints of Orchid #D865DB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.84%

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

R = 40.3%
G = 18.84%
B = 40.86%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D865DB (or 0xD865DB) is known color: Orchid. HEX triplet: D8, 65 and DB. RGB value is (216,101,219). Sum of RGB (Red+Green+Blue) = 216+101+219=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 101 (39.84% from 255 or 18.84% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #D865DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D865DB is #279A24. Grayscale: #949494. Windows color (decimal): -2595365 or 14378456. OLE color: 14378456.

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

Color convert

RGB 216 101 219 -
CMYK 0.01 0.54 0 0.14
HSL 298.47º 0.62% 0.63% -
HSV(B) 298.47º 0.54% 0.86% -
XYZ 45.76 29.02 70.21 -
YUV 148.84 167.6 175.91 -
System Red Green Blue C M Y K H S L
Decimal 216 101 219 0.01 0.54 0 0.14 298.47 0.62 0.63
Hex D8 65 DB 1 36 0 E 12A 3E 3F
Octal 330 145 333 1 66 0 16 452 76 77
Binary 11011000 1100101 11011011 1 110110 0 1110 100101010 111110 111111

Color Harmonies of #D865DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D865DB

Black with #D865DB

Text Example


Text Example

White with #D865DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D865DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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