Html Css Color HEX #D673C8 Orchid

📋 copy color: '#D673C8'

red 214 ◦ green 115 ◦ blue 200

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

Shades of Orchid #D673C8

Tints of Orchid #D673C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.81%

R = 40.45%
G = 21.74%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D673C8 (or 0xD673C8) is known color: Orchid. HEX triplet: D6, 73 and C8. RGB value is (214,115,200). Sum of RGB (Red+Green+Blue) = 214+115+200=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 115 (45.31% from 255 or 21.74% from 529); Blue value is 200 (78.52% from 255 or 37.81% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D673C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D673C8 is #298C37. Grayscale: #9A9A9A. Windows color (decimal): -2722872 or 13136854. OLE color: 13136854.

HSL color Cylindrical-coordinate representation of color #D673C8: hue angle of 308.48º 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 #D673C8 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 115 200 -
CMYK 0 0.46 0.07 0.16
HSL 308.48º 0.55% 0.65% -
HSV(B) 308.48º 0.46% 0.84% -
XYZ 44.29 30.73 58.24 -
YUV 154.29 153.8 170.59 -
System Red Green Blue C M Y K H S L
Decimal 214 115 200 0 0.46 0.07 0.16 308.48 0.55 0.65
Hex D6 73 C8 0 2E 7 10 134 37 41
Octal 326 163 310 0 56 7 20 464 67 101
Binary 11010110 1110011 11001000 0 101110 111 10000 100110100 110111 1000001

Color Harmonies of #D673C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D673C8

Black with #D673C8

Text Example


Text Example

White with #D673C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D673C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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