Html Css Color HEX #D968DB Orchid

📋 copy color: '#D968DB'

red 217 ◦ green 104 ◦ blue 219

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

Shades of Orchid #D968DB

Tints of Orchid #D968DB

RGB

 RED value IS 217 (85.16% from 255) = 40.19%

 GREEN value IS 104 (41.02% from 255) = 19.26%

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

R = 40.19%
G = 19.26%
B = 40.56%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D968DB (or 0xD968DB) is known color: Orchid. HEX triplet: D9, 68 and DB. RGB value is (217,104,219). Sum of RGB (Red+Green+Blue) = 217+104+219=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 104 (41.02% from 255 or 19.26% 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 #D968DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D968DB is #269724. Grayscale: #969696. Windows color (decimal): -2529061 or 14379225. OLE color: 14379225.

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

Color convert

RGB 217 104 219 -
CMYK 0.01 0.53 0 0.14
HSL 298.96º 0.61% 0.63% -
HSV(B) 298.96º 0.53% 0.86% -
XYZ 46.35 29.77 70.32 -
YUV 150.9 166.44 175.15 -
System Red Green Blue C M Y K H S L
Decimal 217 104 219 0.01 0.53 0 0.14 298.96 0.61 0.63
Hex D9 68 DB 1 35 0 E 12B 3D 3F
Octal 331 150 333 1 65 0 16 453 75 77
Binary 11011001 1101000 11011011 1 110101 0 1110 100101011 111101 111111

Color Harmonies of #D968DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D968DB

Black with #D968DB

Text Example


Text Example

White with #D968DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D968DB; }

 p { color: rgb(217,104,219); }

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

background-color css

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

 a { background-color: rgb(217,104,219); }

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

border-color css

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

 span { border-color: rgb(217,104,219); }

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