Html Css Color HEX #D673DB Orchid

📋 copy color: '#D673DB'

red 214 ◦ green 115 ◦ blue 219

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

Shades of Orchid #D673DB

Tints of Orchid #D673DB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.99%

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

R = 39.05%
G = 20.99%
B = 39.96%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D673DB (or 0xD673DB) is known color: Orchid. HEX triplet: D6, 73 and DB. RGB value is (214,115,219). Sum of RGB (Red+Green+Blue) = 214+115+219=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 115 (45.31% from 255 or 20.99% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #D673DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D673DB is #298C24. Grayscale: #9C9C9C. Windows color (decimal): -2722853 or 14382038. OLE color: 14382038.

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

Color convert

RGB 214 115 219 -
CMYK 0.02 0.47 0 0.14
HSL 297.12º 0.59% 0.65% -
HSV(B) 297.12º 0.47% 0.86% -
XYZ 46.65 31.67 70.67 -
YUV 156.46 163.3 169.04 -
System Red Green Blue C M Y K H S L
Decimal 214 115 219 0.02 0.47 0 0.14 297.12 0.59 0.65
Hex D6 73 DB 2 2F 0 E 129 3B 41
Octal 326 163 333 2 57 0 16 451 73 101
Binary 11010110 1110011 11011011 10 101111 0 1110 100101001 111011 1000001

Color Harmonies of #D673DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D673DB

Black with #D673DB

Text Example


Text Example

White with #D673DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D673DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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