Html Css Color HEX #D678DB Orchid

📋 copy color: '#D678DB'

red 214 ◦ green 120 ◦ blue 219

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

Shades of Orchid #D678DB

Tints of Orchid #D678DB

RGB

 RED value IS 214 (83.98% from 255) = 38.7%

 GREEN value IS 120 (47.27% from 255) = 21.7%

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

R = 38.7%
G = 21.7%
B = 39.6%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D678DB (or 0xD678DB) is known color: Orchid. HEX triplet: D6, 78 and DB. RGB value is (214,120,219). Sum of RGB (Red+Green+Blue) = 214+120+219=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 120 (47.27% from 255 or 21.70% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #D678DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D678DB is #298724. Grayscale: #9F9F9F. Windows color (decimal): -2721573 or 14383318. OLE color: 14383318.

HSL color Cylindrical-coordinate representation of color #D678DB: hue angle of 296.97º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D678DB is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 120 219 -
CMYK 0.02 0.45 0 0.14
HSL 296.97º 0.58% 0.66% -
HSV(B) 296.97º 0.45% 0.86% -
XYZ 47.23 32.84 70.87 -
YUV 159.39 161.64 166.95 -
System Red Green Blue C M Y K H S L
Decimal 214 120 219 0.02 0.45 0 0.14 296.97 0.58 0.66
Hex D6 78 DB 2 2D 0 E 129 3A 42
Octal 326 170 333 2 55 0 16 451 72 102
Binary 11010110 1111000 11011011 10 101101 0 1110 100101001 111010 1000010

Color Harmonies of #D678DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D678DB

Black with #D678DB

Text Example


Text Example

White with #D678DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D678DB; }

 p { color: rgb(214,120,219); }

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

background-color css

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

 a { background-color: rgb(214,120,219); }

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

border-color css

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

 span { border-color: rgb(214,120,219); }

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