Html Css Color HEX #D875DB Orchid

📋 copy color: '#D875DB'

red 216 ◦ green 117 ◦ blue 219

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

Shades of Orchid #D875DB

Tints of Orchid #D875DB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.2%

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

R = 39.13%
G = 21.2%
B = 39.67%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D875DB (or 0xD875DB) is known color: Orchid. HEX triplet: D8, 75 and DB. RGB value is (216,117,219). Sum of RGB (Red+Green+Blue) = 216+117+219=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 117 (46.09% from 255 or 21.20% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #D875DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D875DB is #278A24. Grayscale: #9D9D9D. Windows color (decimal): -2591269 or 14382552. OLE color: 14382552.

HSL color Cylindrical-coordinate representation of color #D875DB: hue angle of 298.24º 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 #D875DB is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 117 219 -
CMYK 0.01 0.47 0 0.14
HSL 298.24º 0.59% 0.66% -
HSV(B) 298.24º 0.47% 0.86% -
XYZ 47.47 32.44 70.78 -
YUV 158.23 162.3 169.21 -
System Red Green Blue C M Y K H S L
Decimal 216 117 219 0.01 0.47 0 0.14 298.24 0.59 0.66
Hex D8 75 DB 1 2F 0 E 12A 3B 42
Octal 330 165 333 1 57 0 16 452 73 102
Binary 11011000 1110101 11011011 1 101111 0 1110 100101010 111011 1000010

Color Harmonies of #D875DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D875DB

Black with #D875DB

Text Example


Text Example

White with #D875DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D875DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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