Html Css Color HEX #D670DB Orchid

📋 copy color: '#D670DB'

red 214 ◦ green 112 ◦ blue 219

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

Shades of Orchid #D670DB

Tints of Orchid #D670DB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.55%

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

R = 39.27%
G = 20.55%
B = 40.18%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D670DB (or 0xD670DB) is known color: Orchid. HEX triplet: D6, 70 and DB. RGB value is (214,112,219). Sum of RGB (Red+Green+Blue) = 214+112+219=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #D670DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D670DB is #298F24. Grayscale: #9A9A9A. Windows color (decimal): -2723621 or 14381270. OLE color: 14381270.

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

Color convert

RGB 214 112 219 -
CMYK 0.02 0.49 0 0.14
HSL 297.2º 0.6% 0.65% -
HSV(B) 297.2º 0.49% 0.86% -
XYZ 46.31 31 70.56 -
YUV 154.7 164.29 170.3 -
System Red Green Blue C M Y K H S L
Decimal 214 112 219 0.02 0.49 0 0.14 297.2 0.6 0.65
Hex D6 70 DB 2 31 0 E 129 3C 41
Octal 326 160 333 2 61 0 16 451 74 101
Binary 11010110 1110000 11011011 10 110001 0 1110 100101001 111100 1000001

Color Harmonies of #D670DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D670DB

Black with #D670DB

Text Example


Text Example

White with #D670DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D670DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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