Html Css Color HEX #D673DC Orchid

📋 copy color: '#D673DC'

red 214 ◦ green 115 ◦ blue 220

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

Shades of Orchid #D673DC

Tints of Orchid #D673DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.07%

R = 38.98%
G = 20.95%
B = 40.07%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D673DC (or 0xD673DC) is known color: Orchid. HEX triplet: D6, 73 and DC. RGB value is (214,115,220). Sum of RGB (Red+Green+Blue) = 214+115+220=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #D673DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D673DC is #298C23. Grayscale: #9C9C9C. Windows color (decimal): -2722852 or 14447574. OLE color: 14447574.

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

Color convert

RGB 214 115 220 -
CMYK 0.03 0.48 0 0.14
HSL 296.57º 0.6% 0.66% -
HSV(B) 296.57º 0.48% 0.86% -
XYZ 46.78 31.72 71.37 -
YUV 156.57 163.8 168.96 -
System Red Green Blue C M Y K H S L
Decimal 214 115 220 0.03 0.48 0 0.14 296.57 0.6 0.66
Hex D6 73 DC 3 30 0 E 129 3C 42
Octal 326 163 334 3 60 0 16 451 74 102
Binary 11010110 1110011 11011100 11 110000 0 1110 100101001 111100 1000010

Color Harmonies of #D673DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D673DC

Black with #D673DC

Text Example


Text Example

White with #D673DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D673DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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