Html Css Color HEX #D673DF Orchid

📋 copy color: '#D673DF'

red 214 ◦ green 115 ◦ blue 223

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

Shades of Orchid #D673DF

Tints of Orchid #D673DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.4%

R = 38.77%
G = 20.83%
B = 40.4%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D673DF (or 0xD673DF) is known color: Orchid. HEX triplet: D6, 73 and DF. RGB value is (214,115,223). Sum of RGB (Red+Green+Blue) = 214+115+223=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 115 (45.31% from 255 or 20.83% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #D673DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D673DF is #298C20. Grayscale: #9C9C9C. Windows color (decimal): -2722849 or 14644182. OLE color: 14644182.

HSL color Cylindrical-coordinate representation of color #D673DF: hue angle of 295º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D673DF is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 115 223 -
CMYK 0.04 0.48 0 0.13
HSL 295º 0.63% 0.66% -
HSV(B) 295º 0.48% 0.87% -
XYZ 47.18 31.89 73.48 -
YUV 156.91 165.3 168.72 -
System Red Green Blue C M Y K H S L
Decimal 214 115 223 0.04 0.48 0 0.13 295 0.63 0.66
Hex D6 73 DF 4 30 0 D 127 3F 42
Octal 326 163 337 4 60 0 15 447 77 102
Binary 11010110 1110011 11011111 100 110000 0 1101 100100111 111111 1000010

Color Harmonies of #D673DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D673DF

Black with #D673DF

Text Example


Text Example

White with #D673DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D673DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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