Html Css Color HEX #D673D0 Orchid

📋 copy color: '#D673D0'

red 214 ◦ green 115 ◦ blue 208

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

Shades of Orchid #D673D0

Tints of Orchid #D673D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.73%

R = 39.85%
G = 21.42%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D673D0 (or 0xD673D0) is known color: Orchid. HEX triplet: D6, 73 and D0. RGB value is (214,115,208). Sum of RGB (Red+Green+Blue) = 214+115+208=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 115 (45.31% from 255 or 21.42% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D673D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D673D0 is #298C2F. Grayscale: #9A9A9A. Windows color (decimal): -2722864 or 13661142. OLE color: 13661142.

HSL color Cylindrical-coordinate representation of color #D673D0: hue angle of 303.64º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D673D0 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 115 208 -
CMYK 0 0.46 0.03 0.16
HSL 303.64º 0.55% 0.65% -
HSV(B) 303.64º 0.46% 0.84% -
XYZ 45.25 31.11 63.29 -
YUV 155.2 157.8 169.94 -
System Red Green Blue C M Y K H S L
Decimal 214 115 208 0 0.46 0.03 0.16 303.64 0.55 0.65
Hex D6 73 D0 0 2E 3 10 130 37 41
Octal 326 163 320 0 56 3 20 460 67 101
Binary 11010110 1110011 11010000 0 101110 11 10000 100110000 110111 1000001

Color Harmonies of #D673D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D673D0

Black with #D673D0

Text Example


Text Example

White with #D673D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D673D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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