Html Css Color HEX #D673C5 Orchid

📋 copy color: '#D673C5'

red 214 ◦ green 115 ◦ blue 197

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

Shades of Orchid #D673C5

Tints of Orchid #D673C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.45%

R = 40.68%
G = 21.86%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D673C5 (or 0xD673C5) is known color: Orchid. HEX triplet: D6, 73 and C5. RGB value is (214,115,197). Sum of RGB (Red+Green+Blue) = 214+115+197=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 115 (45.31% from 255 or 21.86% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D673C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D673C5 is #298C3A. Grayscale: #999999. Windows color (decimal): -2722875 or 12940246. OLE color: 12940246.

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

Color convert

RGB 214 115 197 -
CMYK 0 0.46 0.08 0.16
HSL 310.3º 0.55% 0.65% -
HSV(B) 310.3º 0.46% 0.84% -
XYZ 43.94 30.59 56.41 -
YUV 153.95 152.3 170.83 -
System Red Green Blue C M Y K H S L
Decimal 214 115 197 0 0.46 0.08 0.16 310.3 0.55 0.65
Hex D6 73 C5 0 2E 8 10 136 37 41
Octal 326 163 305 0 56 10 20 466 67 101
Binary 11010110 1110011 11000101 0 101110 1000 10000 100110110 110111 1000001

Color Harmonies of #D673C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D673C5

Black with #D673C5

Text Example


Text Example

White with #D673C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D673C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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