Html Css Color HEX #D969DB Orchid

📋 copy color: '#D969DB'

red 217 ◦ green 105 ◦ blue 219

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

Shades of Orchid #D969DB

Tints of Orchid #D969DB

RGB

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

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

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

R = 40.11%
G = 19.41%
B = 40.48%

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

#D969DB (or 0xD969DB) is known color: Orchid. HEX triplet: D9, 69 and DB. RGB value is (217,105,219). Sum of RGB (Red+Green+Blue) = 217+105+219=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 105 (41.41% from 255 or 19.41% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #D969DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D969DB is #269624. Grayscale: #979797. Windows color (decimal): -2528805 or 14379481. OLE color: 14379481.

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

Color convert

RGB 217 105 219 -
CMYK 0.01 0.52 0 0.14
HSL 298.95º 0.61% 0.64% -
HSV(B) 298.95º 0.52% 0.86% -
XYZ 46.45 29.97 70.35 -
YUV 151.48 166.11 174.73 -
System Red Green Blue C M Y K H S L
Decimal 217 105 219 0.01 0.52 0 0.14 298.95 0.61 0.64
Hex D9 69 DB 1 34 0 E 12B 3D 40
Octal 331 151 333 1 64 0 16 453 75 100
Binary 11011001 1101001 11011011 1 110100 0 1110 100101011 111101 1000000

Color Harmonies of #D969DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D969DB

Black with #D969DB

Text Example


Text Example

White with #D969DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D969DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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