Html Css Color HEX #D672DB Orchid

📋 copy color: '#D672DB'

red 214 ◦ green 114 ◦ blue 219

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

Shades of Orchid #D672DB

Tints of Orchid #D672DB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.84%

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

R = 39.12%
G = 20.84%
B = 40.04%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D672DB (or 0xD672DB) is known color: Orchid. HEX triplet: D6, 72 and DB. RGB value is (214,114,219). Sum of RGB (Red+Green+Blue) = 214+114+219=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 114 (44.92% from 255 or 20.84% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #D672DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D672DB is #298D24. Grayscale: #9B9B9B. Windows color (decimal): -2723109 or 14381782. OLE color: 14381782.

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

Color convert

RGB 214 114 219 -
CMYK 0.02 0.48 0 0.14
HSL 297.14º 0.59% 0.65% -
HSV(B) 297.14º 0.48% 0.86% -
XYZ 46.54 31.45 70.63 -
YUV 155.87 163.63 169.46 -
System Red Green Blue C M Y K H S L
Decimal 214 114 219 0.02 0.48 0 0.14 297.14 0.59 0.65
Hex D6 72 DB 2 30 0 E 129 3B 41
Octal 326 162 333 2 60 0 16 451 73 101
Binary 11010110 1110010 11011011 10 110000 0 1110 100101001 111011 1000001

Color Harmonies of #D672DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D672DB

Black with #D672DB

Text Example


Text Example

White with #D672DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D672DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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