Html Css Color HEX #D967DB Orchid

📋 copy color: '#D967DB'

red 217 ◦ green 103 ◦ blue 219

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

Shades of Orchid #D967DB

Tints of Orchid #D967DB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.11%

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

R = 40.26%
G = 19.11%
B = 40.63%

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

#D967DB (or 0xD967DB) is known color: Orchid. HEX triplet: D9, 67 and DB. RGB value is (217,103,219). Sum of RGB (Red+Green+Blue) = 217+103+219=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 103 (40.62% from 255 or 19.11% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #D967DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D967DB is #269824. Grayscale: #959595. Windows color (decimal): -2529317 or 14378969. OLE color: 14378969.

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

Color convert

RGB 217 103 219 -
CMYK 0.01 0.53 0 0.14
HSL 298.97º 0.62% 0.63% -
HSV(B) 298.97º 0.53% 0.86% -
XYZ 46.25 29.57 70.29 -
YUV 150.31 166.77 175.57 -
System Red Green Blue C M Y K H S L
Decimal 217 103 219 0.01 0.53 0 0.14 298.97 0.62 0.63
Hex D9 67 DB 1 35 0 E 12B 3E 3F
Octal 331 147 333 1 65 0 16 453 76 77
Binary 11011001 1100111 11011011 1 110101 0 1110 100101011 111110 111111

Color Harmonies of #D967DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D967DB

Black with #D967DB

Text Example


Text Example

White with #D967DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D967DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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