Html Css Color HEX #D673C7 Orchid

📋 copy color: '#D673C7'

red 214 ◦ green 115 ◦ blue 199

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

Shades of Orchid #D673C7

Tints of Orchid #D673C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.69%

R = 40.53%
G = 21.78%
B = 37.69%

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

#D673C7 (or 0xD673C7) is known color: Orchid. HEX triplet: D6, 73 and C7. RGB value is (214,115,199). Sum of RGB (Red+Green+Blue) = 214+115+199=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 199 (78.12% from 255 or 37.69% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D673C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D673C7 is #298C38. Grayscale: #999999. Windows color (decimal): -2722873 or 13071318. OLE color: 13071318.

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

Color convert

RGB 214 115 199 -
CMYK 0 0.46 0.07 0.16
HSL 309.09º 0.55% 0.65% -
HSV(B) 309.09º 0.46% 0.84% -
XYZ 44.17 30.68 57.63 -
YUV 154.18 153.3 170.67 -
System Red Green Blue C M Y K H S L
Decimal 214 115 199 0 0.46 0.07 0.16 309.09 0.55 0.65
Hex D6 73 C7 0 2E 7 10 135 37 41
Octal 326 163 307 0 56 7 20 465 67 101
Binary 11010110 1110011 11000111 0 101110 111 10000 100110101 110111 1000001

Color Harmonies of #D673C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D673C7

Black with #D673C7

Text Example


Text Example

White with #D673C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D673C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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