Html Css Color HEX #D673C6 Orchid

📋 copy color: '#D673C6'

red 214 ◦ green 115 ◦ blue 198

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

Shades of Orchid #D673C6

Tints of Orchid #D673C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.57%

R = 40.61%
G = 21.82%
B = 37.57%

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

#D673C6 (or 0xD673C6) is known color: Orchid. HEX triplet: D6, 73 and C6. RGB value is (214,115,198). Sum of RGB (Red+Green+Blue) = 214+115+198=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D673C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D673C6 is #298C39. Grayscale: #999999. Windows color (decimal): -2722874 or 13005782. OLE color: 13005782.

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

Color convert

RGB 214 115 198 -
CMYK 0 0.46 0.07 0.16
HSL 309.7º 0.55% 0.65% -
HSV(B) 309.7º 0.46% 0.84% -
XYZ 44.06 30.63 57.02 -
YUV 154.06 152.8 170.75 -
System Red Green Blue C M Y K H S L
Decimal 214 115 198 0 0.46 0.07 0.16 309.7 0.55 0.65
Hex D6 73 C6 0 2E 7 10 136 37 41
Octal 326 163 306 0 56 7 20 466 67 101
Binary 11010110 1110011 11000110 0 101110 111 10000 100110110 110111 1000001

Color Harmonies of #D673C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D673C6

Black with #D673C6

Text Example


Text Example

White with #D673C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D673C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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